Package org.audiveris.proxymusic
Class MetronomeTuplet
java.lang.Object
org.audiveris.proxymusic.TimeModification
org.audiveris.proxymusic.MetronomeTuplet
The metronome-tuplet type uses the same element structure as the time-modification element along with some attributes from the tuplet element.
Java class for metronome-tuplet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="metronome-tuplet">
<complexContent>
<extension base="{}time-modification">
<attribute name="type" use="required" type="{}start-stop" />
<attribute name="bracket" type="{}yes-no" />
<attribute name="show-number" type="{}show-tuplet" />
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class org.audiveris.proxymusic.TimeModification
actualNotes, normalDot, normalNotes, normalType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bracket property.Gets the value of the showNumber property.getType()Gets the value of the type property.voidsetBracket(YesNo value) Sets the value of the bracket property.voidsetShowNumber(ShowTuplet value) Sets the value of the showNumber property.voidSets the value of the type property.Methods inherited from class org.audiveris.proxymusic.TimeModification
getActualNotes, getNormalDot, getNormalNotes, getNormalType, setActualNotes, setNormalNotes, setNormalType
-
Field Details
-
type
-
bracket
-
showNumber
-
-
Constructor Details
-
MetronomeTuplet
public MetronomeTuplet()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
StartStop
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isStartStop
-
getBracket
Gets the value of the bracket property.- Returns:
- possible object is
YesNo
-
setBracket
Sets the value of the bracket property.- Parameters:
value- allowed object isYesNo
-
getShowNumber
Gets the value of the showNumber property.- Returns:
- possible object is
ShowTuplet
-
setShowNumber
Sets the value of the showNumber property.- Parameters:
value- allowed object isShowTuplet
-