Package org.audiveris.proxymusic
Class MeasureLayout
java.lang.Object
org.audiveris.proxymusic.MeasureLayout
The measure-layout type includes the horizontal distance from the previous measure. It applies to the current measure only.
Java class for measure-layout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="measure-layout">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="measure-distance" type="{}tenths" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the measureDistance property.voidsetMeasureDistance(BigDecimal value) Sets the value of the measureDistance property.
-
Field Details
-
measureDistance
-
-
Constructor Details
-
MeasureLayout
public MeasureLayout()
-
-
Method Details
-
getMeasureDistance
Gets the value of the measureDistance property.- Returns:
- possible object is
BigDecimal
-
setMeasureDistance
Sets the value of the measureDistance property.- Parameters:
value- allowed object isBigDecimal
-