Uses of Enum Class
org.audiveris.proxymusic.TipDirection
Packages that use TipDirection
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of TipDirection in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as TipDirectionModifier and TypeFieldDescriptionprotected TipDirectionBeater.tipprotected TipDirectionStick.tipMethods in org.audiveris.proxymusic that return TipDirectionModifier and TypeMethodDescriptionstatic TipDirectionBeater.getTip()Gets the value of the tip property.Stick.getTip()Gets the value of the tip property.static TipDirectionReturns the enum constant of this class with the specified name.static TipDirection[]TipDirection.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 TipDirectionModifier and TypeMethodDescriptionvoidBeater.setTip(TipDirection value) Sets the value of the tip property.voidStick.setTip(TipDirection value) Sets the value of the tip property.