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 TypeMethodDescriptionMeasureContext.buildScoreNote(NoteEvent ne, ChordSymbol cs) Build the ScoreNote for the specified note.NotationGraphics.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 that return types with arguments of type NotationGraphics.ScoreNoteModifier and TypeMethodDescriptionMeasureContext.buildChordScoreNotes(List<NoteEvent> nes, ChordSymbol cs) Build several ScoreNotes which should be displayed as a chord (same position).Methods in org.jjazz.score.api with parameters of type NotationGraphics.ScoreNoteModifier and TypeMethodDescriptionNotationGraphics.drawNote(NotationGraphics.ScoreNote scoreNote) voidNotationGraphics.drawNoteTie(NotationGraphics.ScoreNote note1, NotationGraphics.ScoreNote note2)