public class FiguredBass extends Object
Java class for figured-bass complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="figured-bass">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="figure" type="{}figure" maxOccurs="unbounded"/>
<group ref="{}duration" minOccurs="0"/>
<group ref="{}editorial"/>
</sequence>
<attGroup ref="{}printout"/>
<attGroup ref="{}print-style"/>
<attribute name="parentheses" type="{}yes-no" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
color |
protected BigDecimal |
defaultX |
protected BigDecimal |
defaultY |
protected BigDecimal |
duration |
protected List<Figure> |
figure |
protected String |
fontFamily |
protected String |
fontSize |
protected FontStyle |
fontStyle |
protected FontWeight |
fontWeight |
protected FormattedText |
footnote |
protected Level |
level |
protected YesNo |
parentheses |
protected YesNo |
printDot |
protected YesNo |
printLyric |
protected YesNo |
printObject |
protected YesNo |
printSpacing |
protected BigDecimal |
relativeX |
protected BigDecimal |
relativeY |
| Constructor and Description |
|---|
FiguredBass() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Gets the value of the color property.
|
BigDecimal |
getDefaultX()
Gets the value of the defaultX property.
|
BigDecimal |
getDefaultY()
Gets the value of the defaultY property.
|
BigDecimal |
getDuration()
Gets the value of the duration property.
|
List<Figure> |
getFigure()
Gets the value of the figure 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.
|
FormattedText |
getFootnote()
Gets the value of the footnote property.
|
Level |
getLevel()
Gets the value of the level property.
|
YesNo |
getParentheses()
Gets the value of the parentheses property.
|
YesNo |
getPrintDot()
Gets the value of the printDot property.
|
YesNo |
getPrintLyric()
Gets the value of the printLyric property.
|
YesNo |
getPrintObject()
Gets the value of the printObject property.
|
YesNo |
getPrintSpacing()
Gets the value of the printSpacing property.
|
BigDecimal |
getRelativeX()
Gets the value of the relativeX property.
|
BigDecimal |
getRelativeY()
Gets the value of the relativeY property.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setDefaultX(BigDecimal value)
Sets the value of the defaultX property.
|
void |
setDefaultY(BigDecimal value)
Sets the value of the defaultY property.
|
void |
setDuration(BigDecimal value)
Sets the value of the duration 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 |
setFootnote(FormattedText value)
Sets the value of the footnote property.
|
void |
setLevel(Level value)
Sets the value of the level property.
|
void |
setParentheses(YesNo value)
Sets the value of the parentheses property.
|
void |
setPrintDot(YesNo value)
Sets the value of the printDot property.
|
void |
setPrintLyric(YesNo value)
Sets the value of the printLyric property.
|
void |
setPrintObject(YesNo value)
Sets the value of the printObject property.
|
void |
setPrintSpacing(YesNo value)
Sets the value of the printSpacing property.
|
void |
setRelativeX(BigDecimal value)
Sets the value of the relativeX property.
|
void |
setRelativeY(BigDecimal value)
Sets the value of the relativeY property.
|
protected BigDecimal duration
protected FormattedText footnote
protected Level level
protected YesNo parentheses
protected YesNo printDot
protected YesNo printLyric
protected YesNo printSpacing
protected YesNo printObject
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
public List<Figure> getFigure()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the figure property.
For example, to add a new item, do as follows:
getFigure().add(newItem);
Objects of the following type(s) are allowed in the list
Figure
public BigDecimal getDuration()
BigDecimalpublic void setDuration(BigDecimal value)
value - allowed object is
BigDecimalpublic FormattedText getFootnote()
FormattedTextpublic void setFootnote(FormattedText value)
value - allowed object is
FormattedTextpublic Level getLevel()
Levelpublic void setLevel(Level value)
value - allowed object is
Levelpublic YesNo getParentheses()
YesNopublic void setParentheses(YesNo value)
value - allowed object is
YesNopublic YesNo getPrintDot()
YesNopublic void setPrintDot(YesNo value)
value - allowed object is
YesNopublic YesNo getPrintLyric()
YesNopublic void setPrintLyric(YesNo value)
value - allowed object is
YesNopublic YesNo getPrintSpacing()
YesNopublic void setPrintSpacing(YesNo value)
value - allowed object is
YesNopublic YesNo getPrintObject()
YesNopublic void setPrintObject(YesNo value)
value - allowed object is
YesNopublic 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
FontWeightCopyright © 2016 Audiveris Ltd. All rights reserved.