Class BarStyleColor

java.lang.Object
org.audiveris.proxymusic.BarStyleColor

public class BarStyleColor extends Object
The bar-style-color type contains barline style and color information.

Java class for bar-style-color complex type.

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

 <complexType name="bar-style-color">
   <simpleContent>
     <extension base="<>bar-style">
       <attGroup ref="{}color"/>
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • BarStyleColor

      public BarStyleColor()
  • Method Details

    • getValue

      public BarStyle getValue()
      The bar-style type represents barline style information. Choices are regular, dotted, dashed, heavy, light-light, light-heavy, heavy-light, heavy-heavy, tick (a short stroke through the top line), short (a partial barline between the 2nd and 4th lines), and none.
      Returns:
      possible object is BarStyle
    • setValue

      public void setValue(BarStyle value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is BarStyle
    • getColor

      public String getColor()
      Gets the value of the color property.
      Returns:
      possible object is String
    • setColor

      public void setColor(String value)
      Sets the value of the color property.
      Parameters:
      value - allowed object is String