| Package | Description |
|---|---|
| org.audiveris.proxymusic |
All Java classes generated by JAXB from MusicXML schema.
|
| Modifier and Type | Field and Description |
|---|---|
protected ShowTuplet |
Tuplet.showNumber |
protected ShowTuplet |
MetronomeTuplet.showNumber |
protected ShowTuplet |
Tuplet.showType |
| Modifier and Type | Method and Description |
|---|---|
static ShowTuplet |
ShowTuplet.fromValue(String v) |
ShowTuplet |
Tuplet.getShowNumber()
Gets the value of the showNumber property.
|
ShowTuplet |
MetronomeTuplet.getShowNumber()
Gets the value of the showNumber property.
|
ShowTuplet |
Tuplet.getShowType()
Gets the value of the showType property.
|
static ShowTuplet |
ShowTuplet.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShowTuplet[] |
ShowTuplet.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tuplet.setShowNumber(ShowTuplet value)
Sets the value of the showNumber property.
|
void |
MetronomeTuplet.setShowNumber(ShowTuplet value)
Sets the value of the showNumber property.
|
void |
Tuplet.setShowType(ShowTuplet value)
Sets the value of the showType property.
|
Copyright © 2016 Audiveris Ltd. All rights reserved.