| Package | Description |
|---|---|
| org.audiveris.proxymusic |
All Java classes generated by JAXB from MusicXML schema.
|
| Modifier and Type | Field and Description |
|---|---|
protected EnclosureShape |
Percussion.enclosure |
protected EnclosureShape |
FormattedText.enclosure |
protected EnclosureShape |
Dynamics.enclosure |
protected EnclosureShape |
AccidentalText.enclosure |
| Modifier and Type | Method and Description |
|---|---|
static EnclosureShape |
EnclosureShape.fromValue(String v) |
EnclosureShape |
Percussion.getEnclosure()
Gets the value of the enclosure property.
|
EnclosureShape |
FormattedText.getEnclosure()
Gets the value of the enclosure property.
|
EnclosureShape |
Dynamics.getEnclosure()
Gets the value of the enclosure property.
|
EnclosureShape |
AccidentalText.getEnclosure()
Gets the value of the enclosure property.
|
static EnclosureShape |
EnclosureShape.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnclosureShape[] |
EnclosureShape.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Percussion.setEnclosure(EnclosureShape value)
Sets the value of the enclosure property.
|
void |
FormattedText.setEnclosure(EnclosureShape value)
Sets the value of the enclosure property.
|
void |
Dynamics.setEnclosure(EnclosureShape value)
Sets the value of the enclosure property.
|
void |
AccidentalText.setEnclosure(EnclosureShape value)
Sets the value of the enclosure property.
|
Copyright © 2016 Audiveris Ltd. All rights reserved.