Uses of Enum Class
org.audiveris.proxymusic.LeftRight
Packages that use LeftRight
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of LeftRight in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as LeftRightModifier and TypeFieldDescriptionprotected LeftRightFirstFret.locationprotected LeftRightHarmonyAlter.locationMethods in org.audiveris.proxymusic that return LeftRightModifier and TypeMethodDescriptionstatic LeftRightFirstFret.getLocation()Gets the value of the location property.HarmonyAlter.getLocation()Gets the value of the location property.static LeftRightReturns the enum constant of this class with the specified name.static LeftRight[]LeftRight.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 LeftRightModifier and TypeMethodDescriptionvoidFirstFret.setLocation(LeftRight value) Sets the value of the location property.voidHarmonyAlter.setLocation(LeftRight value) Sets the value of the location property.