|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Placement | |
|---|---|
| net.charlesames.music.ensemble | Classes in package music.ensemble define the structure of scores. |
| net.charlesames.music.musicxml | The purpose of package music.musicxml is to generate files in MusicXML format. |
| net.charlesames.music.musicxml.attribute | |
| net.charlesames.music.musicxml.notation | |
| Uses of Placement in net.charlesames.music.ensemble |
|---|
| Methods in net.charlesames.music.ensemble that return Placement | |
|---|---|
Placement |
EnsembleVoice.getMusicXmlPlacement()
Getter for the MusicXmlPlacement property. |
Placement |
EnsembleInstrument.getMusicXmlPlacement()
Setter for the MusicXmlPlacement property. |
| Methods in net.charlesames.music.ensemble with parameters of type Placement | |
|---|---|
void |
EnsembleVoice.setMusicXmlPlacement(Placement placement)
Setter for the MusicXmlPlacement property. |
void |
EnsembleInstrument.setMusicXmlPlacement(Placement musicXmlPlacement)
Setter for the MusicXmlPlacement property. |
| Uses of Placement in net.charlesames.music.musicxml |
|---|
| Methods in net.charlesames.music.musicxml that return Placement | |
|---|---|
Placement |
Direction.getPlacement()
Getter for Placement property. |
| Methods in net.charlesames.music.musicxml with parameters of type Placement | |
|---|---|
Direction |
MeasureInPart.getDirection(int offset,
int staff,
int voice,
Placement placement)
Locate a Direction instance in the measure; if not found create. |
void |
Direction.setPlacement(Placement placement)
Setter for Placement property. |
| Uses of Placement in net.charlesames.music.musicxml.attribute |
|---|
| Methods in net.charlesames.music.musicxml.attribute that return Placement | |
|---|---|
static Placement |
Placement.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Placement[] |
Placement.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of Placement in net.charlesames.music.musicxml.notation |
|---|
| Methods in net.charlesames.music.musicxml.notation that return Placement | |
|---|---|
Placement |
Notation.getPlacement()
Getter for the Placement property. |
| Methods in net.charlesames.music.musicxml.notation with parameters of type Placement | |
|---|---|
void |
Notation.setPlacement(Placement placement)
Setter for the Placement property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||