Uses of Enum
org.bidib.wizard.mvc.stepcontrol.model.MovementScaleEnum
Packages that use MovementScaleEnum
-
Uses of MovementScaleEnum in org.bidib.wizard.mvc.stepcontrol.model
Methods in org.bidib.wizard.mvc.stepcontrol.model that return MovementScaleEnumModifier and TypeMethodDescriptionConfigurationWizardModel.getSpeedScale()static MovementScaleEnumReturns the enum constant of this type with the specified name.static MovementScaleEnum[]MovementScaleEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bidib.wizard.mvc.stepcontrol.model with parameters of type MovementScaleEnumModifier and TypeMethodDescriptionvoidConfigurationWizardModel.setSpeedScale(MovementScaleEnum speedScale) -
Uses of MovementScaleEnum in org.bidib.wizard.mvc.stepcontrol.view
Methods in org.bidib.wizard.mvc.stepcontrol.view with parameters of type MovementScaleEnumModifier and TypeMethodDescriptionstatic longSpeedRangeValidationUtils.calculateValidMaxSpeed(int microSteps, int totalSteps, MovementScaleEnum movementScaleEnum)