Uses of Enum Class
org.audiveris.proxymusic.NoteheadValue
Packages that use NoteheadValue
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of NoteheadValue in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as NoteheadValueMethods in org.audiveris.proxymusic that return NoteheadValueModifier and TypeMethodDescriptionstatic NoteheadValueNotehead.getValue()The notehead-value type indicates shapes other than the open and closed ovals associated with note durations.static NoteheadValueReturns the enum constant of this class with the specified name.static NoteheadValue[]NoteheadValue.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 NoteheadValueModifier and TypeMethodDescriptionvoidNotehead.setValue(NoteheadValue value) Sets the value of the value property.