Class Degree

java.lang.Object
org.audiveris.proxymusic.Degree

public class Degree extends Object
The degree type is used to add, alter, or subtract individual notes in the chord. The print-object attribute can be used to keep the degree from printing separately when it has already taken into account in the text attribute of the kind element. The degree-value and degree-type text attributes specify how the value and type of the degree should be displayed. A harmony of kind "other" can be spelled explicitly by using a series of degree elements together with a root.

Java class for degree complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="degree">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="degree-value" type="{}degree-value"/>
         <element name="degree-alter" type="{}degree-alter"/>
         <element name="degree-type" type="{}degree-type"/>
       </sequence>
       <attGroup ref="{}print-object"/>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Degree

      public Degree()
  • Method Details

    • getDegreeValue

      public DegreeValue getDegreeValue()
      Gets the value of the degreeValue property.
      Returns:
      possible object is DegreeValue
    • setDegreeValue

      public void setDegreeValue(DegreeValue value)
      Sets the value of the degreeValue property.
      Parameters:
      value - allowed object is DegreeValue
    • getDegreeAlter

      public DegreeAlter getDegreeAlter()
      Gets the value of the degreeAlter property.
      Returns:
      possible object is DegreeAlter
    • setDegreeAlter

      public void setDegreeAlter(DegreeAlter value)
      Sets the value of the degreeAlter property.
      Parameters:
      value - allowed object is DegreeAlter
    • getDegreeType

      public DegreeType getDegreeType()
      Gets the value of the degreeType property.
      Returns:
      possible object is DegreeType
    • setDegreeType

      public void setDegreeType(DegreeType value)
      Sets the value of the degreeType property.
      Parameters:
      value - allowed object is DegreeType
    • getPrintObject

      public YesNo getPrintObject()
      Gets the value of the printObject property.
      Returns:
      possible object is YesNo
    • setPrintObject

      public void setPrintObject(YesNo value)
      Sets the value of the printObject property.
      Parameters:
      value - allowed object is YesNo