Package org.audiveris.proxymusic
Class SystemDividers
java.lang.Object
org.audiveris.proxymusic.SystemDividers
The system-dividers element indicates the presence or absence of system dividers (also known as system separation marks) between systems displayed on the same page. Dividers on the left and right side of the page are controlled by the left-divider and right-divider elements respectively. The default vertical position is half the system-distance value from the top of the system that is below the divider. The default horizontal position is the left and right system margin, respectively.
When used in the print element, the system-dividers element affects the dividers that would appear between the current system and the previous system.
Java class for system-dividers complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="system-dividers">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="left-divider" type="{}empty-print-object-style-align"/>
<element name="right-divider" type="{}empty-print-object-style-align"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected EmptyPrintObjectStyleAlignprotected EmptyPrintObjectStyleAlign -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the leftDivider property.Gets the value of the rightDivider property.voidSets the value of the leftDivider property.voidSets the value of the rightDivider property.
-
Field Details
-
leftDivider
-
rightDivider
-
-
Constructor Details
-
SystemDividers
public SystemDividers()
-
-
Method Details
-
getLeftDivider
Gets the value of the leftDivider property.- Returns:
- possible object is
EmptyPrintObjectStyleAlign
-
setLeftDivider
Sets the value of the leftDivider property.- Parameters:
value- allowed object isEmptyPrintObjectStyleAlign
-
getRightDivider
Gets the value of the rightDivider property.- Returns:
- possible object is
EmptyPrintObjectStyleAlign
-
setRightDivider
Sets the value of the rightDivider property.- Parameters:
value- allowed object isEmptyPrintObjectStyleAlign
-