Uses of Class
com.softsynth.jmsl.score.Clef
Package | Description |
---|---|
com.softsynth.jmsl.score |
-
Uses of Clef in com.softsynth.jmsl.score
Fields in com.softsynth.jmsl.score declared as Clef Modifier and Type Field Description static Clef
Clef. ALTO_CLEF
static Clef
Clef. BASS_CLEF
static Clef[]
Clef. CLEF_ARRAY
static Clef
Clef. PERCUSSION_CLEF
static Clef
Clef. TENOR_CLEF
static Clef
Clef. TREBLE_CLEF
Methods in com.softsynth.jmsl.score that return Clef Modifier and Type Method Description Clef
Staff. getClef()
Methods in com.softsynth.jmsl.score with parameters of type Clef Modifier and Type Method Description static double
NoteFactory. levelToPitch(int accInfo, int level, Clef clef)
static Note
NoteFactory. makeNote(int coreDur, int tuplet, int dots, int accInfo, int level, Clef clef)
Build a note based on duration, tuplet, #dots, level on staff, and accidental.static void
ClefRenderer. render(java.awt.Graphics g, Clef clef, double x, double y, double zoom, Staff staff)
void
Staff. setClef(Clef clef)
Constructors in com.softsynth.jmsl.score with parameters of type Clef Constructor Description Clef(Clef clef)