public class BarStyleColor extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
color |
protected BarStyle |
value |
| Constructor and Description |
|---|
BarStyleColor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor()
Gets the value of the color property.
|
BarStyle |
getValue()
The bar-style type represents barline style information.
|
void |
setColor(String value)
Sets the value of the color property.
|
void |
setValue(BarStyle value)
Sets the value of the value property.
|
public BarStyle getValue()
BarStylepublic void setValue(BarStyle value)
value - allowed object is
BarStylepublic String getColor()
StringCopyright © 2016 Audiveris Ltd. All rights reserved.