public class Slur extends Object
Java class for slur complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="slur">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{}bezier"/>
<attGroup ref="{}color"/>
<attGroup ref="{}orientation"/>
<attGroup ref="{}position"/>
<attGroup ref="{}line-type"/>
<attGroup ref="{}placement"/>
<attGroup ref="{}dashed-formatting"/>
<attribute name="type" use="required" type="{}start-stop-continue" />
<attribute name="number" type="{}number-level" default="1" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
bezierOffset |
protected BigDecimal |
bezierOffset2 |
protected BigDecimal |
bezierX |
protected BigDecimal |
bezierX2 |
protected BigDecimal |
bezierY |
protected BigDecimal |
bezierY2 |
protected String |
color |
protected BigDecimal |
dashLength |
protected BigDecimal |
defaultX |
protected BigDecimal |
defaultY |
protected LineType |
lineType |
protected Integer |
number |
protected OverUnder |
orientation |
protected AboveBelow |
placement |
protected BigDecimal |
relativeX |
protected BigDecimal |
relativeY |
protected BigDecimal |
spaceLength |
protected StartStopContinue |
type |
| Constructor and Description |
|---|
Slur() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getBezierOffset()
Gets the value of the bezierOffset property.
|
BigDecimal |
getBezierOffset2()
Gets the value of the bezierOffset2 property.
|
BigDecimal |
getBezierX()
Gets the value of the bezierX property.
|
BigDecimal |
getBezierX2()
Gets the value of the bezierX2 property.
|
BigDecimal |
getBezierY()
Gets the value of the bezierY property.
|
BigDecimal |
getBezierY2()
Gets the value of the bezierY2 property.
|
String |
getColor()
Gets the value of the color property.
|
BigDecimal |
getDashLength()
Gets the value of the dashLength property.
|
BigDecimal |
getDefaultX()
Gets the value of the defaultX property.
|
BigDecimal |
getDefaultY()
Gets the value of the defaultY property.
|
LineType |
getLineType()
Gets the value of the lineType property.
|
int |
getNumber()
Gets the value of the number property.
|
OverUnder |
getOrientation()
Gets the value of the orientation property.
|
AboveBelow |
getPlacement()
Gets the value of the placement property.
|
BigDecimal |
getRelativeX()
Gets the value of the relativeX property.
|
BigDecimal |
getRelativeY()
Gets the value of the relativeY property.
|
BigDecimal |
getSpaceLength()
Gets the value of the spaceLength property.
|
StartStopContinue |
getType()
Gets the value of the type property.
|
void |
setBezierOffset(BigDecimal value)
Sets the value of the bezierOffset property.
|
void |
setBezierOffset2(BigDecimal value)
Sets the value of the bezierOffset2 property.
|
void |
setBezierX(BigDecimal value)
Sets the value of the bezierX property.
|
void |
setBezierX2(BigDecimal value)
Sets the value of the bezierX2 property.
|
void |
setBezierY(BigDecimal value)
Sets the value of the bezierY property.
|
void |
setBezierY2(BigDecimal value)
Sets the value of the bezierY2 property.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setDashLength(BigDecimal value)
Sets the value of the dashLength property.
|
void |
setDefaultX(BigDecimal value)
Sets the value of the defaultX property.
|
void |
setDefaultY(BigDecimal value)
Sets the value of the defaultY property.
|
void |
setLineType(LineType value)
Sets the value of the lineType property.
|
void |
setNumber(Integer value)
Sets the value of the number property.
|
void |
setOrientation(OverUnder value)
Sets the value of the orientation property.
|
void |
setPlacement(AboveBelow value)
Sets the value of the placement property.
|
void |
setRelativeX(BigDecimal value)
Sets the value of the relativeX property.
|
void |
setRelativeY(BigDecimal value)
Sets the value of the relativeY property.
|
void |
setSpaceLength(BigDecimal value)
Sets the value of the spaceLength property.
|
void |
setType(StartStopContinue value)
Sets the value of the type property.
|
protected StartStopContinue type
protected Integer number
protected BigDecimal bezierOffset
protected BigDecimal bezierOffset2
protected BigDecimal bezierX
protected BigDecimal bezierY
protected BigDecimal bezierX2
protected BigDecimal bezierY2
protected String color
protected OverUnder orientation
protected BigDecimal defaultX
protected BigDecimal defaultY
protected BigDecimal relativeX
protected BigDecimal relativeY
protected LineType lineType
protected AboveBelow placement
protected BigDecimal dashLength
protected BigDecimal spaceLength
public StartStopContinue getType()
StartStopContinuepublic void setType(StartStopContinue value)
value - allowed object is
StartStopContinuepublic int getNumber()
Integerpublic void setNumber(Integer value)
value - allowed object is
Integerpublic BigDecimal getBezierOffset()
BigDecimalpublic void setBezierOffset(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getBezierOffset2()
BigDecimalpublic void setBezierOffset2(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getBezierX()
BigDecimalpublic void setBezierX(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getBezierY()
BigDecimalpublic void setBezierY(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getBezierX2()
BigDecimalpublic void setBezierX2(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getBezierY2()
BigDecimalpublic void setBezierY2(BigDecimal value)
value - allowed object is
BigDecimalpublic String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic OverUnder getOrientation()
OverUnderpublic void setOrientation(OverUnder value)
value - allowed object is
OverUnderpublic 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 LineType getLineType()
LineTypepublic void setLineType(LineType value)
value - allowed object is
LineTypepublic AboveBelow getPlacement()
AboveBelowpublic void setPlacement(AboveBelow value)
value - allowed object is
AboveBelowpublic BigDecimal getDashLength()
BigDecimalpublic void setDashLength(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getSpaceLength()
BigDecimalpublic void setSpaceLength(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2016 Audiveris Ltd. All rights reserved.