|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Direction | |
|---|---|
| net.charlesames.music.musicxml | The purpose of package music.musicxml is to generate files in MusicXML format. |
| Uses of Direction in net.charlesames.music.musicxml |
|---|
| Methods in net.charlesames.music.musicxml that return Direction | |
|---|---|
static Direction |
Direction.fromXmlNode(org.w3c.dom.Element element,
Measure container)
Create a new Direction instance and fill it with loaded data. |
Direction |
MeasureInPart.getDirection(int offset,
int staff,
int voice,
Placement placement)
Locate a Direction instance in the measure; if not found create. |
static Direction |
Direction.getInstance(Measure container)
Create a new Direction instance. |
| Methods in net.charlesames.music.musicxml with parameters of type Direction | |
|---|---|
static Notehead |
Notehead.fromXmlNode(org.w3c.dom.Element element,
Direction container)
Create a new Notehead instance and fill it with loaded data. |
static Metronome |
Metronome.fromXmlNode(org.w3c.dom.Element element,
Direction container)
Create a new Metronome instance and fill it with loaded data. |
static HarpPedals |
HarpPedals.fromXmlNode(org.w3c.dom.Element element,
Direction container)
Create a new HarpPedals instance and fill it with loaded data. |
static Dynamics |
Dynamics.fromXmlNode(org.w3c.dom.Element element,
Direction container)
Create a new Dynamics instance and fill it with loaded data. |
static Notehead |
Notehead.getInstance(Direction container)
Create a new Notehead instance. |
static Metronome |
Metronome.getInstance(Direction container)
Create a new Metronome instance. |
static HarpPedals |
HarpPedals.getInstance(Direction container)
Create a new HarpPedals instance. |
static Dynamics |
Dynamics.getInstance(Direction container)
Create a new Dynamics instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||