|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Measure | |
|---|---|
| net.charlesames.music.musicxml | The purpose of package music.musicxml is to generate files in MusicXML format. |
| Uses of Measure in net.charlesames.music.musicxml |
|---|
| Subclasses of Measure in net.charlesames.music.musicxml | |
|---|---|
class |
MeasureInPart
The MeasureInPart class implements the MusicXML <measure> element. |
| Methods in net.charlesames.music.musicxml with parameters of type Measure | |
|---|---|
static MeasurePrint |
MeasurePrint.fromXmlNode(org.w3c.dom.Element element,
Measure container)
Create a new MeasurePrint instance and fill it with loaded data. |
static Directive |
Directive.fromXmlNode(org.w3c.dom.Element element,
Measure container)
Create a new Directive instance and fill it with loaded data. |
static Direction |
Direction.fromXmlNode(org.w3c.dom.Element element,
Measure container)
Create a new Direction instance and fill it with loaded data. |
static Attributes |
Attributes.fromXmlNode(org.w3c.dom.Element element,
Measure container)
Create a new Attributes instance and fill it with loaded data. |
static MeasurePrint |
MeasurePrint.getInstance(Measure container)
Create a new MeasurePrint instance. |
static Direction |
Direction.getInstance(Measure container)
Create a new Direction instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||