public class Stem extends Object
Java class for stem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="stem">
<simpleContent>
<extension base="<>stem-value">
<attGroup ref="{}y-position"/>
<attGroup ref="{}color"/>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
color |
protected BigDecimal |
defaultX |
protected BigDecimal |
defaultY |
protected BigDecimal |
relativeX |
protected BigDecimal |
relativeY |
protected StemValue |
value |
| Constructor and Description |
|---|
Stem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Gets the value of the color property.
|
BigDecimal |
getDefaultX()
Gets the value of the defaultX property.
|
BigDecimal |
getDefaultY()
Gets the value of the defaultY property.
|
BigDecimal |
getRelativeX()
Gets the value of the relativeX property.
|
BigDecimal |
getRelativeY()
Gets the value of the relativeY property.
|
StemValue |
getValue()
The stem type represents the notated stem direction.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setDefaultX(BigDecimal value)
Sets the value of the defaultX property.
|
void |
setDefaultY(BigDecimal value)
Sets the value of the defaultY property.
|
void |
setRelativeX(BigDecimal value)
Sets the value of the relativeX property.
|
void |
setRelativeY(BigDecimal value)
Sets the value of the relativeY property.
|
void |
setValue(StemValue value)
Sets the value of the value property.
|
protected StemValue value
protected BigDecimal defaultX
protected BigDecimal defaultY
protected BigDecimal relativeX
protected BigDecimal relativeY
protected String color
public StemValue getValue()
StemValuepublic void setValue(StemValue value)
value - allowed object is
StemValuepublic BigDecimal getDefaultX()
BigDecimalpublic void setDefaultX(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getDefaultY()
BigDecimalpublic void setDefaultY(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getRelativeX()
BigDecimalpublic void setRelativeX(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getRelativeY()
BigDecimalpublic void setRelativeY(BigDecimal value)
value - allowed object is
BigDecimalpublic String getColor()
StringCopyright © 2016 Audiveris Ltd. All rights reserved.