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