Package org.audiveris.proxymusic
Class StaffLayout
java.lang.Object
org.audiveris.proxymusic.StaffLayout
Staff layout includes the vertical distance from the bottom line of the previous staff in this system to the top line of the staff specified by the number attribute. The optional number attribute refers to staff numbers within the part, from top to bottom on the system. A value of 1 is used if not present.
When used in the defaults element, the values apply to all systems in all parts. When used in the print element, the values apply to the current system only. This value is ignored for the first staff in a system.
Java class for staff-layout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="staff-layout">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="staff-distance" type="{}tenths" minOccurs="0"/>
</sequence>
<attribute name="number" type="{}staff-number" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the number property.Gets the value of the staffDistance property.voidsetNumber(BigInteger value) Sets the value of the number property.voidsetStaffDistance(BigDecimal value) Sets the value of the staffDistance property.
-
Field Details
-
staffDistance
-
number
-
-
Constructor Details
-
StaffLayout
public StaffLayout()
-
-
Method Details
-
getStaffDistance
Gets the value of the staffDistance property.- Returns:
- possible object is
BigDecimal
-
setStaffDistance
Sets the value of the staffDistance property.- Parameters:
value- allowed object isBigDecimal
-
getNumber
Gets the value of the number property.- Returns:
- possible object is
BigInteger
-
setNumber
Sets the value of the number property.- Parameters:
value- allowed object isBigInteger
-