Uses of Enum Class
org.audiveris.proxymusic.UpDown
Packages that use UpDown
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of UpDown in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as UpDownModifier and TypeFieldDescriptionprotected UpDownArpeggiate.directionprotected UpDownStrongAccent.typeMethods in org.audiveris.proxymusic that return UpDownModifier and TypeMethodDescriptionstatic UpDownArpeggiate.getDirection()Gets the value of the direction property.StrongAccent.getType()Gets the value of the type property.static UpDownReturns the enum constant of this class with the specified name.static UpDown[]UpDown.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 UpDownModifier and TypeMethodDescriptionvoidArpeggiate.setDirection(UpDown value) Sets the value of the direction property.voidSets the value of the type property.