Class NoteheadVisibleTransform
java.lang.Object
com.softsynth.jmsl.score.NotePropertiesTransform
com.softsynth.jmsl.score.transforms.NoteheadVisibleTransform
public class NoteheadVisibleTransform extends NotePropertiesTransform
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Stringcopyright -
Constructor Summary
Constructors Constructor Description NoteheadVisibleTransform(boolean flag) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()voidoperate(Score score, SelectionBuffer selectionBuffer)Set selected Notes visibleMethods inherited from class com.softsynth.jmsl.score.NotePropertiesTransform
getName, setNameMethods 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
-
NoteheadVisibleTransform
public NoteheadVisibleTransform(boolean flag)
-
-
Method Details
-
operate
Set selected Notes visible- Specified by:
operatein classNotePropertiesTransform
-
equals
public boolean equals(java.lang.Object obj)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-