Class Figure

java.lang.Object
org.audiveris.proxymusic.Figure

public class Figure extends Object
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 Details

  • Constructor Details

    • Figure

      public Figure()
  • Method Details

    • getPrefix

      public StyleText getPrefix()
      Gets the value of the prefix property.
      Returns:
      possible object is StyleText
    • setPrefix

      public void setPrefix(StyleText value)
      Sets the value of the prefix property.
      Parameters:
      value - allowed object is StyleText
    • getFigureNumber

      public StyleText getFigureNumber()
      Gets the value of the figureNumber property.
      Returns:
      possible object is StyleText
    • setFigureNumber

      public void setFigureNumber(StyleText value)
      Sets the value of the figureNumber property.
      Parameters:
      value - allowed object is StyleText
    • getSuffix

      public StyleText getSuffix()
      Gets the value of the suffix property.
      Returns:
      possible object is StyleText
    • setSuffix

      public void setSuffix(StyleText value)
      Sets the value of the suffix property.
      Parameters:
      value - allowed object is StyleText
    • getExtend

      public Extend getExtend()
      Gets the value of the extend property.
      Returns:
      possible object is Extend
    • setExtend

      public void setExtend(Extend value)
      Sets the value of the extend property.
      Parameters:
      value - allowed object is Extend
    • getFootnote

      public FormattedText getFootnote()
      Gets the value of the footnote property.
      Returns:
      possible object is FormattedText
    • setFootnote

      public void setFootnote(FormattedText value)
      Sets the value of the footnote property.
      Parameters:
      value - allowed object is FormattedText
    • getLevel

      public Level getLevel()
      Gets the value of the level property.
      Returns:
      possible object is Level
    • setLevel

      public void setLevel(Level value)
      Sets the value of the level property.
      Parameters:
      value - allowed object is Level