Uses of Class
org.jjazz.score.api.NotationGraphics.ScoreNote
Packages that use NotationGraphics.ScoreNote
-
Uses of NotationGraphics.ScoreNote in org.jjazz.score.api
Methods in org.jjazz.score.api that return NotationGraphics.ScoreNoteModifier and TypeMethodDescriptionNotationGraphics.drawNote
(int staffLine, int dur) NotationGraphics.drawNote
(int staffLine, int dur, int dotted) NotationGraphics.drawNote
(int staffLine, int dur, int dotted, int accidental) NotationGraphics.drawNote
(int staffLine, int dur, int dotted, int accidental, int mark) NotationGraphics.drawNote
(int staffLine, int dur, int dotted, int accidental, int mark, int linedir) NotationGraphics.drawNote
(NotationGraphics.ScoreNote scoreNote) Methods in org.jjazz.score.api with parameters of type NotationGraphics.ScoreNoteModifier and TypeMethodDescriptionNotationGraphics.drawNote
(NotationGraphics.ScoreNote scoreNote) void
NotationGraphics.drawNoteTie
(NotationGraphics.ScoreNote note1, NotationGraphics.ScoreNote note2)