Uses of Enum Class
org.audiveris.proxymusic.PitchedValue
Packages that use PitchedValue
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of PitchedValue in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as PitchedValueMethods in org.audiveris.proxymusic that return PitchedValueModifier and TypeMethodDescriptionstatic PitchedValuePitched.getValue()The pitched-value type represents pictograms for pitched percussion instruments.static PitchedValueReturns the enum constant of this class with the specified name.static PitchedValue[]PitchedValue.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 PitchedValueModifier and TypeMethodDescriptionvoidPitched.setValue(PitchedValue value) Sets the value of the value property.