Package org.audiveris.proxymusic
Class AccordionRegistration
java.lang.Object
org.audiveris.proxymusic.AccordionRegistration
The accordion-registration type is used for accordion registration symbols. These are circular symbols divided horizontally into high, middle, and low sections that correspond to 4', 8', and 16' pipes. Each accordion-high, accordion-middle, and accordion-low element represents the presence of one or more dots in the registration diagram. An accordion-registration element needs to have at least one of the child elements present.
Java class for accordion-registration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="accordion-registration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="accordion-high" type="{}empty" minOccurs="0"/>
<element name="accordion-middle" type="{}accordion-middle" minOccurs="0"/>
<element name="accordion-low" type="{}empty" minOccurs="0"/>
</sequence>
<attGroup ref="{}print-style-align"/>
<attGroup ref="{}optional-unique-id"/>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Emptyprotected Emptyprotected Integerprotected Stringprotected BigDecimalprotected BigDecimalprotected Stringprotected Stringprotected FontStyleprotected FontWeightprotected LeftCenterRightprotected Stringprotected BigDecimalprotected BigDecimalprotected Valign -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accordionHigh property.Gets the value of the accordionLow property.Gets the value of the accordionMiddle property.getColor()Gets the value of the color property.Gets the value of the defaultX property.Gets the value of the defaultY property.Gets the value of the fontFamily property.Gets the value of the fontSize property.Gets the value of the fontStyle property.Gets the value of the fontWeight property.Gets the value of the halign property.getId()Gets the value of the id property.Gets the value of the relativeX property.Gets the value of the relativeY property.Gets the value of the valign property.voidsetAccordionHigh(Empty value) Sets the value of the accordionHigh property.voidsetAccordionLow(Empty value) Sets the value of the accordionLow property.voidsetAccordionMiddle(Integer value) Sets the value of the accordionMiddle property.voidSets the value of the color property.voidsetDefaultX(BigDecimal value) Sets the value of the defaultX property.voidsetDefaultY(BigDecimal value) Sets the value of the defaultY property.voidsetFontFamily(String value) Sets the value of the fontFamily property.voidsetFontSize(String value) Sets the value of the fontSize property.voidsetFontStyle(FontStyle value) Sets the value of the fontStyle property.voidsetFontWeight(FontWeight value) Sets the value of the fontWeight property.voidsetHalign(LeftCenterRight value) Sets the value of the halign property.voidSets the value of the id property.voidsetRelativeX(BigDecimal value) Sets the value of the relativeX property.voidsetRelativeY(BigDecimal value) Sets the value of the relativeY property.voidSets the value of the valign property.
-
Field Details
-
accordionHigh
-
accordionMiddle
-
accordionLow
-
valign
-
color
-
fontFamily
-
fontStyle
-
fontSize
-
fontWeight
-
defaultX
-
defaultY
-
relativeX
-
relativeY
-
halign
-
id
-
-
Constructor Details
-
AccordionRegistration
public AccordionRegistration()
-
-
Method Details
-
getAccordionHigh
Gets the value of the accordionHigh property.- Returns:
- possible object is
Empty
-
setAccordionHigh
Sets the value of the accordionHigh property.- Parameters:
value- allowed object isEmpty
-
getAccordionMiddle
Gets the value of the accordionMiddle property.- Returns:
- possible object is
Integer
-
setAccordionMiddle
Sets the value of the accordionMiddle property.- Parameters:
value- allowed object isInteger
-
getAccordionLow
Gets the value of the accordionLow property.- Returns:
- possible object is
Empty
-
setAccordionLow
Sets the value of the accordionLow property.- Parameters:
value- allowed object isEmpty
-
getValign
Gets the value of the valign property.- Returns:
- possible object is
Valign
-
setValign
Sets the value of the valign property.- Parameters:
value- allowed object isValign
-
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
-
getFontFamily
Gets the value of the fontFamily property.- Returns:
- possible object is
String
-
setFontFamily
Sets the value of the fontFamily property.- Parameters:
value- allowed object isString
-
getFontStyle
Gets the value of the fontStyle property.- Returns:
- possible object is
FontStyle
-
setFontStyle
Sets the value of the fontStyle property.- Parameters:
value- allowed object isFontStyle
-
getFontSize
Gets the value of the fontSize property.- Returns:
- possible object is
String
-
setFontSize
Sets the value of the fontSize property.- Parameters:
value- allowed object isString
-
getFontWeight
Gets the value of the fontWeight property.- Returns:
- possible object is
FontWeight
-
setFontWeight
Sets the value of the fontWeight property.- Parameters:
value- allowed object isFontWeight
-
getDefaultX
Gets the value of the defaultX property.- Returns:
- possible object is
BigDecimal
-
setDefaultX
Sets the value of the defaultX property.- Parameters:
value- allowed object isBigDecimal
-
getDefaultY
Gets the value of the defaultY property.- Returns:
- possible object is
BigDecimal
-
setDefaultY
Sets the value of the defaultY property.- Parameters:
value- allowed object isBigDecimal
-
getRelativeX
Gets the value of the relativeX property.- Returns:
- possible object is
BigDecimal
-
setRelativeX
Sets the value of the relativeX property.- Parameters:
value- allowed object isBigDecimal
-
getRelativeY
Gets the value of the relativeY property.- Returns:
- possible object is
BigDecimal
-
setRelativeY
Sets the value of the relativeY property.- Parameters:
value- allowed object isBigDecimal
-
getHalign
Gets the value of the halign property.- Returns:
- possible object is
LeftCenterRight
-
setHalign
Sets the value of the halign property.- Parameters:
value- allowed object isLeftCenterRight
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-