|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimeSignature | |
|---|---|
| net.charlesames.music.musicxml | The purpose of package music.musicxml is to generate files in MusicXML format. |
| Uses of TimeSignature in net.charlesames.music.musicxml |
|---|
| Methods in net.charlesames.music.musicxml that return TimeSignature | |
|---|---|
TimeSignature |
Measure.createTimeSignature(int beats,
int beatType)
Create a TimeSignature instance with the indicated parameters. |
static TimeSignature |
TimeSignature.fromXmlNode(org.w3c.dom.Element element,
Attributes container)
Create a new TimeSignature instance and fill it with loaded data. |
static TimeSignature |
TimeSignature.getInstance(Attributes container)
Create a new TimeSignature instance. |
TimeSignature |
Attributes.getTimeSignature()
Getter for the TimeSignature property. |
| Methods in net.charlesames.music.musicxml with parameters of type TimeSignature | |
|---|---|
void |
Attributes.setTimeSignature(TimeSignature timeSignature)
Setter for the TimeSignature property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||