|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Clef | |
|---|---|
| net.charlesames.music.musicxml | The purpose of package music.musicxml is to generate files in MusicXML format. |
| Uses of Clef in net.charlesames.music.musicxml |
|---|
| Methods in net.charlesames.music.musicxml that return Clef | |
|---|---|
Clef |
Attributes.addClef(int number,
Clef.ClefSign sign,
int line,
int octave)
Add a new instance to the Clef collection. |
Clef |
MeasureInPart.createClef(int time,
int number,
Clef.ClefSign sign,
int line,
int octave)
Insert a Clef instance at the indicated time with the indicated parameters. |
static Clef |
Clef.fromXmlNode(org.w3c.dom.Element element,
MusicXmlEntity container)
Create a new Clef instance and fill it with loaded data. |
static Clef |
Clef.getInstance(MusicXmlEntity container)
Create a new Clef instance. |
| Methods in net.charlesames.music.musicxml that return types with arguments of type Clef | |
|---|---|
java.util.SortedMap<java.lang.Integer,Clef> |
Attributes.getClefList()
Get the list of clefs. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||