Uses of Enum Class
org.audiveris.proxymusic.Step
Packages that use Step
Package
Description
All Java classes generated by JAXB from MusicXML schema.
-
Uses of Step in org.audiveris.proxymusic
Fields in org.audiveris.proxymusic declared as StepModifier and TypeFieldDescriptionprotected StepRest.displayStepprotected StepUnpitched.displayStepprotected StepPedalTuning.pedalStepprotected StepPitch.stepprotected StepAccord.tuningStepprotected StepStaffTuning.tuningStepprotected StepBassStep.valueprotected StepRootStep.valueMethods in org.audiveris.proxymusic that return StepModifier and TypeMethodDescriptionstatic StepRest.getDisplayStep()Gets the value of the displayStep property.Unpitched.getDisplayStep()Gets the value of the displayStep property.PedalTuning.getPedalStep()Gets the value of the pedalStep property.Pitch.getStep()Gets the value of the step property.Accord.getTuningStep()Gets the value of the tuningStep property.StaffTuning.getTuningStep()Gets the value of the tuningStep property.BassStep.getValue()The step type represents a step of the diatonic scale, represented using the English letters A through G.RootStep.getValue()The step type represents a step of the diatonic scale, represented using the English letters A through G.static StepReturns the enum constant of this class with the specified name.static Step[]Step.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 StepModifier and TypeMethodDescriptionvoidRest.setDisplayStep(Step value) Sets the value of the displayStep property.voidUnpitched.setDisplayStep(Step value) Sets the value of the displayStep property.voidPedalTuning.setPedalStep(Step value) Sets the value of the pedalStep property.voidSets the value of the step property.voidAccord.setTuningStep(Step value) Sets the value of the tuningStep property.voidStaffTuning.setTuningStep(Step value) Sets the value of the tuningStep property.voidSets the value of the value property.voidSets the value of the value property.