Package org.audiveris.proxymusic
Class FiguredBass
java.lang.Object
org.audiveris.proxymusic.FiguredBass
The figured-bass element represents figured bass notation. Figured bass elements take their position from the first regular note (not a grace note or chord note) that follows in score order. The optional duration element is used to indicate changes of figures under a note.
Figures are ordered from top to bottom. The value of parentheses is "no" if not present.
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="{}placement"/>
<attGroup ref="{}print-style-align"/>
<attGroup ref="{}optional-unique-id"/>
<attGroup ref="{}printout"/>
<attribute name="parentheses" type="{}yes-no" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected BigDecimalprotected BigDecimalprotected BigDecimalprotected Stringprotected Stringprotected FontStyleprotected FontWeightprotected FormattedTextprotected LeftCenterRightprotected Stringprotected Levelprotected YesNoprotected AboveBelowprotected YesNoprotected YesNoprotected YesNoprotected YesNoprotected BigDecimalprotected BigDecimalprotected Valign -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()Gets the value of the color property.Gets the value of the defaultX property.Gets the value of the defaultY property.Gets the value of the duration property.Gets the value of the figure property.Gets the value of the fontFamily property.Gets the value of the fontSize property.Gets the value of the fontStyle property.Gets the value of the fontWeight property.Gets the value of the footnote property.Gets the value of the halign property.getId()Gets the value of the id property.getLevel()Gets the value of the level property.Gets the value of the parentheses property.Gets the value of the placement property.Gets the value of the printDot property.Gets the value of the printLyric property.Gets the value of the printObject property.Gets the value of the printSpacing property.Gets the value of the relativeX property.Gets the value of the relativeY property.Gets the value of the valign property.voidSets the value of the color property.voidsetDefaultX(BigDecimal value) Sets the value of the defaultX property.voidsetDefaultY(BigDecimal value) Sets the value of the defaultY property.voidsetDuration(BigDecimal value) Sets the value of the duration property.voidsetFontFamily(String value) Sets the value of the fontFamily property.voidsetFontSize(String value) Sets the value of the fontSize property.voidsetFontStyle(FontStyle value) Sets the value of the fontStyle property.voidsetFontWeight(FontWeight value) Sets the value of the fontWeight property.voidsetFootnote(FormattedText value) Sets the value of the footnote property.voidsetHalign(LeftCenterRight value) Sets the value of the halign property.voidSets the value of the id property.voidSets the value of the level property.voidsetParentheses(YesNo value) Sets the value of the parentheses property.voidsetPlacement(AboveBelow value) Sets the value of the placement property.voidsetPrintDot(YesNo value) Sets the value of the printDot property.voidsetPrintLyric(YesNo value) Sets the value of the printLyric property.voidsetPrintObject(YesNo value) Sets the value of the printObject property.voidsetPrintSpacing(YesNo value) Sets the value of the printSpacing property.voidsetRelativeX(BigDecimal value) Sets the value of the relativeX property.voidsetRelativeY(BigDecimal value) Sets the value of the relativeY property.voidSets the value of the valign property.
-
Field Details
-
figure
-
duration
-
footnote
-
level
-
parentheses
-
placement
-
valign
-
color
-
fontFamily
-
fontStyle
-
fontSize
-
fontWeight
-
defaultX
-
defaultY
-
relativeX
-
relativeY
-
halign
-
id
-
printDot
-
printLyric
-
printSpacing
-
printObject
-
-
Constructor Details
-
FiguredBass
public FiguredBass()
-
-
Method Details
-
getFigure
Gets the value of the figure property.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
setmethod 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 -
getDuration
Gets the value of the duration property.- Returns:
- possible object is
BigDecimal
-
setDuration
Sets the value of the duration property.- Parameters:
value- allowed object isBigDecimal
-
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
-
getParentheses
Gets the value of the parentheses property.- Returns:
- possible object is
YesNo
-
setParentheses
Sets the value of the parentheses property.- Parameters:
value- allowed object isYesNo
-
getPlacement
Gets the value of the placement property.- Returns:
- possible object is
AboveBelow
-
setPlacement
Sets the value of the placement property.- Parameters:
value- allowed object isAboveBelow
-
getValign
Gets the value of the valign property.- Returns:
- possible object is
Valign
-
setValign
Sets the value of the valign property.- Parameters:
value- allowed object isValign
-
getColor
Gets the value of the color property.- Returns:
- possible object is
String
-
setColor
Sets the value of the color property.- Parameters:
value- allowed object isString
-
getFontFamily
Gets the value of the fontFamily property.- Returns:
- possible object is
String
-
setFontFamily
Sets the value of the fontFamily property.- Parameters:
value- allowed object isString
-
getFontStyle
Gets the value of the fontStyle property.- Returns:
- possible object is
FontStyle
-
setFontStyle
Sets the value of the fontStyle property.- Parameters:
value- allowed object isFontStyle
-
getFontSize
Gets the value of the fontSize property.- Returns:
- possible object is
String
-
setFontSize
Sets the value of the fontSize property.- Parameters:
value- allowed object isString
-
getFontWeight
Gets the value of the fontWeight property.- Returns:
- possible object is
FontWeight
-
setFontWeight
Sets the value of the fontWeight property.- Parameters:
value- allowed object isFontWeight
-
getDefaultX
Gets the value of the defaultX property.- Returns:
- possible object is
BigDecimal
-
setDefaultX
Sets the value of the defaultX property.- Parameters:
value- allowed object isBigDecimal
-
getDefaultY
Gets the value of the defaultY property.- Returns:
- possible object is
BigDecimal
-
setDefaultY
Sets the value of the defaultY property.- Parameters:
value- allowed object isBigDecimal
-
getRelativeX
Gets the value of the relativeX property.- Returns:
- possible object is
BigDecimal
-
setRelativeX
Sets the value of the relativeX property.- Parameters:
value- allowed object isBigDecimal
-
getRelativeY
Gets the value of the relativeY property.- Returns:
- possible object is
BigDecimal
-
setRelativeY
Sets the value of the relativeY property.- Parameters:
value- allowed object isBigDecimal
-
getHalign
Gets the value of the halign property.- Returns:
- possible object is
LeftCenterRight
-
setHalign
Sets the value of the halign property.- Parameters:
value- allowed object isLeftCenterRight
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getPrintDot
Gets the value of the printDot property.- Returns:
- possible object is
YesNo
-
setPrintDot
Sets the value of the printDot property.- Parameters:
value- allowed object isYesNo
-
getPrintLyric
Gets the value of the printLyric property.- Returns:
- possible object is
YesNo
-
setPrintLyric
Sets the value of the printLyric property.- Parameters:
value- allowed object isYesNo
-
getPrintSpacing
Gets the value of the printSpacing property.- Returns:
- possible object is
YesNo
-
setPrintSpacing
Sets the value of the printSpacing property.- Parameters:
value- allowed object isYesNo
-
getPrintObject
Gets the value of the printObject property.- Returns:
- possible object is
YesNo
-
setPrintObject
Sets the value of the printObject property.- Parameters:
value- allowed object isYesNo
-