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, nick@didkovsky.com
  • Constructor Summary

    Constructors
    Constructor Description
    UnZoomMusicShapeEditorOperator()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getName()  
    void operate​(MusicShapeEditor se, MusicShape s)
    Zoom out to full range of elements from musicshape.
    void setName​(java.lang.String n)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UnZoomMusicShapeEditorOperator

      public UnZoomMusicShapeEditorOperator()
  • Method Details