Package org.audiveris.proxymusic
Class Figure
java.lang.Object
org.audiveris.proxymusic.Figure
The figure type represents a single figure within a figured-bass element.
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"/>
<group ref="{}editorial"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extend property.Gets the value of the figureNumber property.Gets the value of the footnote property.getLevel()Gets the value of the level property.Gets the value of the prefix property.Gets the value of the suffix property.voidSets the value of the extend property.voidsetFigureNumber(StyleText value) Sets the value of the figureNumber property.voidsetFootnote(FormattedText value) Sets the value of the footnote property.voidSets the value of the level property.voidSets the value of the prefix property.voidSets the value of the suffix property.
-
Field Details
-
prefix
-
figureNumber
-
suffix
-
extend
-
footnote
-
level
-
-
Constructor Details
-
Figure
public Figure()
-
-
Method Details
-
getPrefix
Gets the value of the prefix property.- Returns:
- possible object is
StyleText
-
setPrefix
Sets the value of the prefix property.- Parameters:
value- allowed object isStyleText
-
getFigureNumber
Gets the value of the figureNumber property.- Returns:
- possible object is
StyleText
-
setFigureNumber
Sets the value of the figureNumber property.- Parameters:
value- allowed object isStyleText
-
getSuffix
Gets the value of the suffix property.- Returns:
- possible object is
StyleText
-
setSuffix
Sets the value of the suffix property.- Parameters:
value- allowed object isStyleText
-
getExtend
Gets the value of the extend property.- Returns:
- possible object is
Extend
-
setExtend
Sets the value of the extend property.- Parameters:
value- allowed object isExtend
-
getFootnote
Gets the value of the footnote property.- Returns:
- possible object is
FormattedText
-
setFootnote
Sets the value of the footnote property.- Parameters:
value- allowed object isFormattedText
-
getLevel
Gets the value of the level property.- Returns:
- possible object is
Level
-
setLevel
Sets the value of the level property.- Parameters:
value- allowed object isLevel
-