Uses of Class
org.bidib.wizard.mvc.stepcontrol.model.MovementScaleEnum
-
Packages that use MovementScaleEnum Package Description org.bidib.wizard.mvc.stepcontrol.model org.bidib.wizard.mvc.stepcontrol.view -
-
Uses of MovementScaleEnum in org.bidib.wizard.mvc.stepcontrol.model
Methods in org.bidib.wizard.mvc.stepcontrol.model that return MovementScaleEnum Modifier and Type Method Description MovementScaleEnumConfigurationWizardModel. getSpeedScale()static MovementScaleEnumMovementScaleEnum. valueOf(String name)Returns 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 MovementScaleEnum Modifier and Type Method Description voidConfigurationWizardModel. 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 MovementScaleEnum Modifier and Type Method Description static longSpeedRangeValidationUtils. calculateValidMaxSpeed(int microSteps, int totalSteps, MovementScaleEnum movementScaleEnum)
-