com.softsynth.jmsl.util
Class UnZoomMusicShapeEditorOperator
java.lang.Object
com.softsynth.jmsl.util.UnZoomMusicShapeEditorOperator
- All Implemented Interfaces:
- Namable, MusicShapeEditorOperator
public class UnZoomMusicShapeEditorOperator
- extends java.lang.Object
- implements MusicShapeEditorOperator
Zoom out to entire range of elements in MusicShape
- Author:
- Nick Didkovsky, didkovn@mail.rockefeller.edu
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnZoomMusicShapeEditorOperator
public UnZoomMusicShapeEditorOperator()
operate
public void operate(MusicShapeEditor se,
MusicShape s)
- Zoom out to full range of elements from musicshape.
se.reset();
- Specified by:
operate
in interface MusicShapeEditorOperator
getName
public java.lang.String getName()
- Specified by:
getName
in interface Namable
setName
public void setName(java.lang.String n)
- Specified by:
setName
in interface Namable