Class NoteVisibleToggleTransform

java.lang.Object
com.softsynth.jmsl.score.NotePropertiesTransform
com.softsynth.jmsl.score.transforms.NoteVisibleToggleTransform

public class NoteVisibleToggleTransform
extends NotePropertiesTransform
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.lang.String copyright  
  • Constructor Summary

    Constructors
    Constructor Description
    NoteVisibleToggleTransform()  
  • 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 Notes

    Methods 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

  • Constructor Details

    • NoteVisibleToggleTransform

      public NoteVisibleToggleTransform()
  • Method Details

    • operate

      public void operate​(Score score, SelectionBuffer selectionBuffer)
      Toggle note visiblity of selected Notes
      Specified by:
      operate in class NotePropertiesTransform
    • equals

      public boolean equals​(java.lang.Object obj)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object