Package org.jjazz.score.api
Class NotationGraphics.ScoreNote
java.lang.Object
org.jjazz.score.api.NotationGraphics.ScoreNote
- Enclosing class:
- NotationGraphics
-
Field Summary
-
Constructor Summary
ConstructorDescriptionScoreNote
(int staffLine, int dur) ScoreNote
(int staffLine, int dur, int dotted) ScoreNote
(int staffLine, int dur, int dotted, int accidental) ScoreNote
(int staffLine, int dur, int dotted, int accidental, int mark) ScoreNote
(int note, int dur, int dotted, int accidental, int mark, int linedir) -
Method Summary
-
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
-
-
Constructor Details
-
ScoreNote
public ScoreNote() -
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 note, int dur, int dotted, int accidental, int mark, int linedir)
-