public class Bracket extends Object
Java class for bracket complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="bracket">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{}dashed-formatting"/>
<attGroup ref="{}color"/>
<attGroup ref="{}line-type"/>
<attGroup ref="{}position"/>
<attribute name="type" use="required" type="{}start-stop-continue" />
<attribute name="number" type="{}number-level" />
<attribute name="line-end" use="required" type="{}line-end" />
<attribute name="end-length" type="{}tenths" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
color |
protected BigDecimal |
dashLength |
protected BigDecimal |
defaultX |
protected BigDecimal |
defaultY |
protected BigDecimal |
endLength |
protected LineEnd |
lineEnd |
protected LineType |
lineType |
protected Integer |
number |
protected BigDecimal |
relativeX |
protected BigDecimal |
relativeY |
protected BigDecimal |
spaceLength |
protected StartStopContinue |
type |
| Constructor and Description |
|---|
Bracket() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
BigDecimal |
getEndLength()
Gets the value of the endLength property.
|
LineEnd |
getLineEnd()
Gets the value of the lineEnd property.
|
LineType |
getLineType()
Gets the value of the lineType property.
|
Integer |
getNumber()
Gets the value of the number 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 |
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 |
setEndLength(BigDecimal value)
Sets the value of the endLength property.
|
void |
setLineEnd(LineEnd value)
Sets the value of the lineEnd property.
|
void |
setLineType(LineType value)
Sets the value of the lineType property.
|
void |
setNumber(Integer value)
Sets the value of the number 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 LineEnd lineEnd
protected BigDecimal endLength
protected BigDecimal dashLength
protected BigDecimal spaceLength
protected String color
protected LineType lineType
protected BigDecimal defaultX
protected BigDecimal defaultY
protected BigDecimal relativeX
protected BigDecimal relativeY
public StartStopContinue getType()
StartStopContinuepublic void setType(StartStopContinue value)
value - allowed object is
StartStopContinuepublic Integer getNumber()
Integerpublic void setNumber(Integer value)
value - allowed object is
Integerpublic LineEnd getLineEnd()
LineEndpublic void setLineEnd(LineEnd value)
value - allowed object is
LineEndpublic BigDecimal getEndLength()
BigDecimalpublic void setEndLength(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getDashLength()
BigDecimalpublic void setDashLength(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getSpaceLength()
BigDecimalpublic void setSpaceLength(BigDecimal value)
value - allowed object is
BigDecimalpublic String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic LineType getLineType()
LineTypepublic void setLineType(LineType value)
value - allowed object is
LineTypepublic 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
BigDecimalCopyright © 2016 Audiveris Ltd. All rights reserved.