Package org.audiveris.proxymusic
Class BarStyleColor
java.lang.Object
org.audiveris.proxymusic.BarStyleColor
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
-
color
-
-
Constructor Details
-
BarStyleColor
public BarStyleColor()
-
-
Method Details
-
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
Sets the value of the value property.- Parameters:
value- allowed object isBarStyle
-
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
-