| Package | Description |
|---|---|
| org.audiveris.proxymusic |
All Java classes generated by JAXB from MusicXML schema.
|
| Modifier and Type | Field and Description |
|---|---|
protected BeamValue |
MetronomeBeam.value |
protected BeamValue |
Beam.value |
| Modifier and Type | Method and Description |
|---|---|
static BeamValue |
BeamValue.fromValue(String v) |
BeamValue |
MetronomeBeam.getValue()
The beam-value type represents the type of beam associated with each of 8 beam levels (up to 1024th notes) available for each note.
|
BeamValue |
Beam.getValue()
The beam-value type represents the type of beam associated with each of 8 beam levels (up to 1024th notes) available for each note.
|
static BeamValue |
BeamValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BeamValue[] |
BeamValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetronomeBeam.setValue(BeamValue value)
Sets the value of the value property.
|
void |
Beam.setValue(BeamValue value)
Sets the value of the value property.
|
Copyright © 2016 Audiveris Ltd. All rights reserved.