Class NotationGraphics.ScoreNote

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

public 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
    • color

      public Color color
  • Constructor Details

    • ScoreNote

      public ScoreNote()
    • ScoreNote

      public ScoreNote(Note n, int dur, int linedir)
    • 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 note, int dur, int dotted, int accidental, int mark, int linedir)