Uses of Enum Class
org.audiveris.proxymusic.BeaterValue
Packages that use BeaterValue
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of BeaterValue in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as BeaterValueMethods in org.audiveris.proxymusic that return BeaterValueModifier and TypeMethodDescriptionstatic BeaterValueBeater.getValue()The beater-value type represents pictograms for beaters, mallets, and sticks that do not have different materials represented in the pictogram.static BeaterValueReturns the enum constant of this class with the specified name.static BeaterValue[]BeaterValue.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 BeaterValueModifier and TypeMethodDescriptionvoidBeater.setValue(BeaterValue value) Sets the value of the value property.