Package com.softsynth.jmsl.util
Class InvertMusicShapeEditorOperator
java.lang.Object
com.softsynth.jmsl.util.InvertMusicShapeEditorOperator
- All Implemented Interfaces:
Namable,MusicShapeEditorOperator
public class InvertMusicShapeEditorOperator extends java.lang.Object implements MusicShapeEditorOperator
Invert a range of a MusicShape about the inversion level set by user.
- Author:
- Nick Didkovsky, nick@didkovsky.com
-
Constructor Summary
Constructors Constructor Description InvertMusicShapeEditorOperator() -
Method Summary
Modifier and Type Method Description java.lang.StringgetName()voidoperate(MusicShapeEditor se, MusicShape s)invert selected range of MusicShapevoidsetName(java.lang.String n)Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
InvertMusicShapeEditorOperator
public InvertMusicShapeEditorOperator()
-
-
Method Details