public class EmptyLine extends Object
Java class for empty-line complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="empty-line">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{}line-type"/>
<attGroup ref="{}print-style"/>
<attGroup ref="{}line-shape"/>
<attGroup ref="{}dashed-formatting"/>
<attGroup ref="{}placement"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
color |
protected BigDecimal |
dashLength |
protected BigDecimal |
defaultX |
protected BigDecimal |
defaultY |
protected String |
fontFamily |
protected String |
fontSize |
protected FontStyle |
fontStyle |
protected FontWeight |
fontWeight |
protected LineShape |
lineShape |
protected LineType |
lineType |
protected AboveBelow |
placement |
protected BigDecimal |
relativeX |
protected BigDecimal |
relativeY |
protected BigDecimal |
spaceLength |
| Constructor and Description |
|---|
EmptyLine() |
| 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.
|
String |
getFontFamily()
Gets the value of the fontFamily property.
|
String |
getFontSize()
Gets the value of the fontSize property.
|
FontStyle |
getFontStyle()
Gets the value of the fontStyle property.
|
FontWeight |
getFontWeight()
Gets the value of the fontWeight property.
|
LineShape |
getLineShape()
Gets the value of the lineShape property.
|
LineType |
getLineType()
Gets the value of the lineType 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.
|
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 |
setFontFamily(String value)
Sets the value of the fontFamily property.
|
void |
setFontSize(String value)
Sets the value of the fontSize property.
|
void |
setFontStyle(FontStyle value)
Sets the value of the fontStyle property.
|
void |
setFontWeight(FontWeight value)
Sets the value of the fontWeight property.
|
void |
setLineShape(LineShape value)
Sets the value of the lineShape property.
|
void |
setLineType(LineType value)
Sets the value of the lineType 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.
|
protected LineType lineType
protected BigDecimal defaultX
protected BigDecimal defaultY
protected BigDecimal relativeX
protected BigDecimal relativeY
protected String color
protected String fontFamily
protected FontStyle fontStyle
protected String fontSize
protected FontWeight fontWeight
protected LineShape lineShape
protected BigDecimal dashLength
protected BigDecimal spaceLength
protected AboveBelow placement
public 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
BigDecimalpublic String getColor()
Stringpublic void setColor(String value)
value - allowed object is
Stringpublic String getFontFamily()
Stringpublic void setFontFamily(String value)
value - allowed object is
Stringpublic FontStyle getFontStyle()
FontStylepublic void setFontStyle(FontStyle value)
value - allowed object is
FontStylepublic String getFontSize()
Stringpublic void setFontSize(String value)
value - allowed object is
Stringpublic FontWeight getFontWeight()
FontWeightpublic void setFontWeight(FontWeight value)
value - allowed object is
FontWeightpublic LineShape getLineShape()
LineShapepublic void setLineShape(LineShape value)
value - allowed object is
LineShapepublic BigDecimal getDashLength()
BigDecimalpublic void setDashLength(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getSpaceLength()
BigDecimalpublic void setSpaceLength(BigDecimal value)
value - allowed object is
BigDecimalpublic AboveBelow getPlacement()
AboveBelowpublic void setPlacement(AboveBelow value)
value - allowed object is
AboveBelowCopyright © 2016 Audiveris Ltd. All rights reserved.