Package org.audiveris.proxymusic
Class PartClef
java.lang.Object
org.audiveris.proxymusic.PartClef
The child elements of the part-clef type have the same meaning as for the clef type. However that meaning applies to a transposed part created from the existing score file.
Java class for part-clef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="part-clef">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<group ref="{}clef"/>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the clefOctaveChange property.getLine()Gets the value of the line property.getSign()Gets the value of the sign property.voidsetClefOctaveChange(BigInteger value) Sets the value of the clefOctaveChange property.voidsetLine(BigInteger value) Sets the value of the line property.voidSets the value of the sign property.
-
Field Details
-
sign
-
line
-
clefOctaveChange
-
-
Constructor Details
-
PartClef
public PartClef()
-
-
Method Details
-
getSign
Gets the value of the sign property.- Returns:
- possible object is
ClefSign
-
setSign
Sets the value of the sign property.- Parameters:
value- allowed object isClefSign
-
getLine
Gets the value of the line property.- Returns:
- possible object is
BigInteger
-
setLine
Sets the value of the line property.- Parameters:
value- allowed object isBigInteger
-
getClefOctaveChange
Gets the value of the clefOctaveChange property.- Returns:
- possible object is
BigInteger
-
setClefOctaveChange
Sets the value of the clefOctaveChange property.- Parameters:
value- allowed object isBigInteger
-