Uses of Enum Class
org.audiveris.proxymusic.TrillStep
Packages that use TrillStep
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of TrillStep in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as TrillStepModifier and TypeFieldDescriptionprotected TrillStepEmptyTrillSound.trillStepprotected TrillStepHorizontalTurn.trillStepprotected TrillStepWavyLine.trillStepMethods in org.audiveris.proxymusic that return TrillStepModifier and TypeMethodDescriptionstatic TrillStepEmptyTrillSound.getTrillStep()Gets the value of the trillStep property.HorizontalTurn.getTrillStep()Gets the value of the trillStep property.WavyLine.getTrillStep()Gets the value of the trillStep property.static TrillStepReturns the enum constant of this class with the specified name.static TrillStep[]TrillStep.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 TrillStepModifier and TypeMethodDescriptionvoidEmptyTrillSound.setTrillStep(TrillStep value) Sets the value of the trillStep property.voidHorizontalTurn.setTrillStep(TrillStep value) Sets the value of the trillStep property.voidWavyLine.setTrillStep(TrillStep value) Sets the value of the trillStep property.