Package org.audiveris.proxymusic
Class StaffTuning
java.lang.Object
org.audiveris.proxymusic.StaffTuning
The staff-tuning type specifies the open, non-capo tuning of the lines on a tablature staff.
Java class for staff-tuning complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="staff-tuning">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<group ref="{}tuning"/>
<attribute name="line" use="required" type="{}staff-line" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigIntegerprotected BigDecimalprotected intprotected Step -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLine()Gets the value of the line property.Gets the value of the tuningAlter property.intGets the value of the tuningOctave property.Gets the value of the tuningStep property.voidsetLine(BigInteger value) Sets the value of the line property.voidsetTuningAlter(BigDecimal value) Sets the value of the tuningAlter property.voidsetTuningOctave(int value) Sets the value of the tuningOctave property.voidsetTuningStep(Step value) Sets the value of the tuningStep property.
-
Field Details
-
tuningStep
-
tuningAlter
-
tuningOctave
protected int tuningOctave -
line
-
-
Constructor Details
-
StaffTuning
public StaffTuning()
-
-
Method Details
-
getTuningStep
Gets the value of the tuningStep property.- Returns:
- possible object is
Step
-
setTuningStep
Sets the value of the tuningStep property.- Parameters:
value- allowed object isStep
-
getTuningAlter
Gets the value of the tuningAlter property.- Returns:
- possible object is
BigDecimal
-
setTuningAlter
Sets the value of the tuningAlter property.- Parameters:
value- allowed object isBigDecimal
-
getTuningOctave
public int getTuningOctave()Gets the value of the tuningOctave property. -
setTuningOctave
public void setTuningOctave(int value) Sets the value of the tuningOctave property. -
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
-