public class Figure extends Object
Java class for figure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="figure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="prefix" type="{}style-text" minOccurs="0"/>
<element name="figure-number" type="{}style-text" minOccurs="0"/>
<element name="suffix" type="{}style-text" minOccurs="0"/>
<element name="extend" type="{}extend" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Extend |
extend |
protected StyleText |
figureNumber |
protected StyleText |
prefix |
protected StyleText |
suffix |
| Constructor and Description |
|---|
Figure() |
| Modifier and Type | Method and Description |
|---|---|
Extend |
getExtend()
Gets the value of the extend property.
|
StyleText |
getFigureNumber()
Gets the value of the figureNumber property.
|
StyleText |
getPrefix()
Gets the value of the prefix property.
|
StyleText |
getSuffix()
Gets the value of the suffix property.
|
void |
setExtend(Extend value)
Sets the value of the extend property.
|
void |
setFigureNumber(StyleText value)
Sets the value of the figureNumber property.
|
void |
setPrefix(StyleText value)
Sets the value of the prefix property.
|
void |
setSuffix(StyleText value)
Sets the value of the suffix property.
|
protected StyleText prefix
protected StyleText figureNumber
protected StyleText suffix
protected Extend extend
public StyleText getPrefix()
StyleTextpublic void setPrefix(StyleText value)
value - allowed object is
StyleTextpublic StyleText getFigureNumber()
StyleTextpublic void setFigureNumber(StyleText value)
value - allowed object is
StyleTextpublic StyleText getSuffix()
StyleTextpublic void setSuffix(StyleText value)
value - allowed object is
StyleTextpublic Extend getExtend()
ExtendCopyright © 2016 Audiveris Ltd. All rights reserved.