Package org.audiveris.proxymusic
Class PartTranspose
java.lang.Object
org.audiveris.proxymusic.PartTranspose
The child elements of the part-transpose type have the same meaning as for the transpose type. However that meaning applies to a transposed part created from the existing score file.
Java class for part-transpose complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="part-transpose">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<group ref="{}transpose"/>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Doubleprotected BigDecimalprotected BigIntegerprotected BigInteger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the chromatic property.Gets the value of the diatonic property.Gets the value of the double property.Gets the value of the octaveChange property.voidsetChromatic(BigDecimal value) Sets the value of the chromatic property.voidsetDiatonic(BigInteger value) Sets the value of the diatonic property.voidSets the value of the double property.voidsetOctaveChange(BigInteger value) Sets the value of the octaveChange property.
-
Field Details
-
diatonic
-
chromatic
-
octaveChange
-
_double
-
-
Constructor Details
-
PartTranspose
public PartTranspose()
-
-
Method Details
-
getDiatonic
Gets the value of the diatonic property.- Returns:
- possible object is
BigInteger
-
setDiatonic
Sets the value of the diatonic property.- Parameters:
value- allowed object isBigInteger
-
getChromatic
Gets the value of the chromatic property.- Returns:
- possible object is
BigDecimal
-
setChromatic
Sets the value of the chromatic property.- Parameters:
value- allowed object isBigDecimal
-
getOctaveChange
Gets the value of the octaveChange property.- Returns:
- possible object is
BigInteger
-
setOctaveChange
Sets the value of the octaveChange property.- Parameters:
value- allowed object isBigInteger
-
getDouble
Gets the value of the double property.- Returns:
- possible object is
Double
-
setDouble
Sets the value of the double property.- Parameters:
value- allowed object isDouble
-