Class NotationGraphics.ScoreNote

java.lang.Object
org.jjazz.score.api.NotationGraphics.ScoreNote
Enclosing class:
NotationGraphics

public static class NotationGraphics.ScoreNote extends Object
  • Field Details

    • x

      public float x
    • staffLine

      public int staffLine
    • dur

      public int dur
    • linedir

      public int linedir
    • dotted

      public int dotted
    • accidental

      public int accidental
    • mark

      public int mark
    • lateralShift

      public int lateralShift
    • isFstaff

      public boolean isFstaff
    • note

      public Note note
    • color

      public Color color
  • Constructor Details

    • ScoreNote

      public ScoreNote()
    • ScoreNote

      public ScoreNote(int staffLine, int dur)
    • ScoreNote

      public ScoreNote(int staffLine, int dur, int dotted)
    • ScoreNote

      public ScoreNote(int staffLine, int dur, int dotted, int accidental)
    • ScoreNote

      public ScoreNote(int staffLine, int dur, int dotted, int accidental, int mark)
    • ScoreNote

      public ScoreNote(int staffLine, int dur, int dotted, int accidental, int mark, int linedir)