| Package | Description |
|---|---|
| org.audiveris.proxymusic |
All Java classes generated by JAXB from MusicXML schema.
|
| Modifier and Type | Field and Description |
|---|---|
protected LineType |
Wedge.lineType |
protected LineType |
Tied.lineType |
protected LineType |
Slur.lineType |
protected LineType |
Slide.lineType |
protected LineType |
Glissando.lineType |
protected LineType |
EmptyLine.lineType |
protected LineType |
Bracket.lineType |
| Modifier and Type | Method and Description |
|---|---|
static LineType |
LineType.fromValue(String v) |
LineType |
Wedge.getLineType()
Gets the value of the lineType property.
|
LineType |
Tied.getLineType()
Gets the value of the lineType property.
|
LineType |
Slur.getLineType()
Gets the value of the lineType property.
|
LineType |
Slide.getLineType()
Gets the value of the lineType property.
|
LineType |
Glissando.getLineType()
Gets the value of the lineType property.
|
LineType |
EmptyLine.getLineType()
Gets the value of the lineType property.
|
LineType |
Bracket.getLineType()
Gets the value of the lineType property.
|
static LineType |
LineType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineType[] |
LineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Wedge.setLineType(LineType value)
Sets the value of the lineType property.
|
void |
Tied.setLineType(LineType value)
Sets the value of the lineType property.
|
void |
Slur.setLineType(LineType value)
Sets the value of the lineType property.
|
void |
Slide.setLineType(LineType value)
Sets the value of the lineType property.
|
void |
Glissando.setLineType(LineType value)
Sets the value of the lineType property.
|
void |
EmptyLine.setLineType(LineType value)
Sets the value of the lineType property.
|
void |
Bracket.setLineType(LineType value)
Sets the value of the lineType property.
|
Copyright © 2016 Audiveris Ltd. All rights reserved.