Uses of Enum Class
org.audiveris.proxymusic.BeamValue
Packages that use BeamValue
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of BeamValue in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as BeamValueModifier and TypeFieldDescriptionprotected BeamValueBeam.valueprotected BeamValueMetronomeBeam.valueMethods in org.audiveris.proxymusic that return BeamValueModifier and TypeMethodDescriptionstatic BeamValueBeam.getValue()The beam-value type represents the type of beam associated with each of 8 beam levels (up to 1024th notes) available for each note.MetronomeBeam.getValue()The beam-value type represents the type of beam associated with each of 8 beam levels (up to 1024th notes) available for each note.static BeamValueReturns the enum constant of this class with the specified name.static BeamValue[]BeamValue.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 BeamValue