|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Clef | |
---|---|
com.softsynth.jmsl.score |
Uses of Clef in com.softsynth.jmsl.score |
---|
Fields in com.softsynth.jmsl.score declared as Clef | |
---|---|
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 | |
---|---|
Clef |
Staff.getClef()
|
Methods in com.softsynth.jmsl.score with parameters of type 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,
int x,
int y,
double zoom)
|
void |
Staff.setClef(Clef clef)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |