Package com.softsynth.jmsl.util
Class ZoomMusicShapeEditorOperator
java.lang.Object
com.softsynth.jmsl.util.ZoomMusicShapeEditorOperator
- All Implemented Interfaces:
Namable,MusicShapeEditorOperator
public class ZoomMusicShapeEditorOperator extends java.lang.Object implements MusicShapeEditorOperator
Zoom in to selected range on MusicShape
- Author:
- Nick Didkovsky, nick@didkovsky.com
-
Constructor Summary
Constructors Constructor Description ZoomMusicShapeEditorOperator() -
Method Summary
Modifier and Type Method Description java.lang.StringgetName()voidoperate(MusicShapeEditor se, MusicShape s)Zoom to selected range of elements from musicshape.voidsetName(java.lang.String n)Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ZoomMusicShapeEditorOperator
public ZoomMusicShapeEditorOperator()
-
-
Method Details