Package com.softsynth.jmsl.util
Class CopyMusicShapeEditorOperator
java.lang.Object
com.softsynth.jmsl.util.CopyMusicShapeEditorOperator
- All Implemented Interfaces:
Namable
,MusicShapeEditorOperator
public class CopyMusicShapeEditorOperator extends java.lang.Object implements MusicShapeEditorOperator
copy selected range to MusicShapeEditor's static copy buffer
- Author:
- Nick Didkovsky, nick@didkovsky.com
-
Constructor Summary
Constructors Constructor Description CopyMusicShapeEditorOperator()
-
Method Summary
Modifier and Type Method Description java.lang.String
getName()
void
operate(MusicShapeEditor se, MusicShape s)
copy selected range to MusicShapeEditor's static copy buffervoid
setName(java.lang.String n)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CopyMusicShapeEditorOperator
public CopyMusicShapeEditorOperator()
-
-
Method Details
-
operate
copy selected range to MusicShapeEditor's static copy buffer- Specified by:
operate
in interfaceMusicShapeEditorOperator
-
getName
public java.lang.String getName() -
setName
public void setName(java.lang.String n)
-