Uses of Enum Class
org.audiveris.proxymusic.OverUnder
Packages that use OverUnder
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of OverUnder in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as OverUnderModifier and TypeFieldDescriptionprotected OverUnderSlur.orientationprotected OverUnderTied.orientationMethods in org.audiveris.proxymusic that return OverUnderModifier and TypeMethodDescriptionstatic OverUnderSlur.getOrientation()Gets the value of the orientation property.Tied.getOrientation()Gets the value of the orientation property.static OverUnderReturns the enum constant of this class with the specified name.static OverUnder[]OverUnder.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 OverUnderModifier and TypeMethodDescriptionvoidSlur.setOrientation(OverUnder value) Sets the value of the orientation property.voidTied.setOrientation(OverUnder value) Sets the value of the orientation property.