|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Staff | |
|---|---|
| com.softsynth.jmsl.score | |
| Uses of Staff in com.softsynth.jmsl.score |
|---|
| Methods in com.softsynth.jmsl.score that return Staff | |
|---|---|
Staff |
EditManager.findSelectedStaff(java.awt.Point location)
Enumerate through all staffs of all measures in this layout, and return the staff within which Point lies |
Staff |
Score.getSelectedStaff()
useful for mouse editing |
Staff |
Track.getStaff()
|
Staff |
Measure.getStaff(int n)
|
| Methods in com.softsynth.jmsl.score with parameters of type Staff | |
|---|---|
static int |
NoteFactory.calcLevel(Staff staff,
double pitch)
calculate the level on the staff for pitch and staff. |
static int |
KeySignatureRenderer.keySignatureWidth(Staff staff,
double zoom)
|
java.util.Vector |
EditManager.removeNotesFromStaff(Staff s,
int trackIndex)
Remove all notes from specified trackIndex of Staff. |
static void |
KeySignatureRenderer.render(java.awt.Graphics g,
Staff staff,
int x,
double zoom)
|
void |
AccidentalLevelManager.setAccidentalsFromKeySignature(Staff staff)
Get keysig from staff, run through each level and set acc for that level |
void |
Score.setSelectedStaff(Staff s)
useful for mouse editing |
| Constructors in com.softsynth.jmsl.score with parameters of type Staff | |
|---|---|
Track(Staff staff,
int num)
|
|
Track(Staff staff,
int num,
Instrument ins)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||