Class NoteheadVisibleToggleTransform
java.lang.Object
com.softsynth.jmsl.score.NotePropertiesTransform
com.softsynth.jmsl.score.transforms.NoteheadVisibleToggleTransform
public class NoteheadVisibleToggleTransform extends NotePropertiesTransform
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
copyright
-
Constructor Summary
Constructors Constructor Description NoteheadVisibleToggleTransform()
-
Method Summary
Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
void
operate(Score score, SelectionBuffer selectionBuffer)
Toggle note visiblity of selected NotesMethods inherited from class com.softsynth.jmsl.score.NotePropertiesTransform
getName, setName
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
copyright
public static final java.lang.String copyright- See Also:
- Constant Field Values
-
-
Constructor Details
-
NoteheadVisibleToggleTransform
public NoteheadVisibleToggleTransform()
-
-
Method Details
-
operate
Toggle note visiblity of selected Notes- Specified by:
operate
in classNotePropertiesTransform
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-