Uses of Enum Class
org.audiveris.proxymusic.HarmonyArrangement
Packages that use HarmonyArrangement
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of HarmonyArrangement in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as HarmonyArrangementModifier and TypeFieldDescriptionprotected HarmonyArrangementBass.arrangementprotected HarmonyArrangementHarmony.arrangementMethods in org.audiveris.proxymusic that return HarmonyArrangementModifier and TypeMethodDescriptionstatic HarmonyArrangementBass.getArrangement()Gets the value of the arrangement property.Harmony.getArrangement()Gets the value of the arrangement property.static HarmonyArrangementReturns the enum constant of this class with the specified name.static HarmonyArrangement[]HarmonyArrangement.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 HarmonyArrangementModifier and TypeMethodDescriptionvoidBass.setArrangement(HarmonyArrangement value) Sets the value of the arrangement property.voidHarmony.setArrangement(HarmonyArrangement value) Sets the value of the arrangement property.