Class NumericParameter
-
Constructor Summary
ConstructorsConstructorDescriptionNumericParameter(String name, String description, double min, double max, double step, double defaultValue, Consumer<Double> onValueChange) -
Method Summary
Methods inherited from class Parameter
getDefaultValue, getDescription, getName, getValue, setValue
-
Constructor Details
-
NumericParameter
-
-
Method Details
-
getMin
public double getMin() -
getMax
public double getMax() -
getStep
public double getStep()
-