Uses of Enum Class
org.audiveris.proxymusic.ShowTuplet
Packages that use ShowTuplet
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of ShowTuplet in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as ShowTupletModifier and TypeFieldDescriptionprotected ShowTupletMetronomeTuplet.showNumberprotected ShowTupletTuplet.showNumberprotected ShowTupletTuplet.showTypeMethods in org.audiveris.proxymusic that return ShowTupletModifier and TypeMethodDescriptionstatic ShowTupletMetronomeTuplet.getShowNumber()Gets the value of the showNumber property.Tuplet.getShowNumber()Gets the value of the showNumber property.Tuplet.getShowType()Gets the value of the showType property.static ShowTupletReturns the enum constant of this class with the specified name.static ShowTuplet[]ShowTuplet.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.audiveris.proxymusic with parameters of type ShowTupletModifier and TypeMethodDescriptionvoidMetronomeTuplet.setShowNumber(ShowTuplet value) Sets the value of the showNumber property.voidTuplet.setShowNumber(ShowTuplet value) Sets the value of the showNumber property.voidTuplet.setShowType(ShowTuplet value) Sets the value of the showType property.