Uses of Class
de.jstacs.parameters.RangeParameter.Scale

Packages that use RangeParameter.Scale
de.jstacs.parameters This package provides classes for parameters that establish a general convention for the description of parameters as defined in the Parameter-interface. 
 

Uses of RangeParameter.Scale in de.jstacs.parameters
 

Methods in de.jstacs.parameters that return RangeParameter.Scale
static RangeParameter.Scale RangeParameter.Scale.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RangeParameter.Scale[] RangeParameter.Scale.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.jstacs.parameters with parameters of type RangeParameter.Scale
 void RangeParameter.setValues(Object startValue, int steps, Object endValue, RangeParameter.Scale scale)
          Sets the values of this RangeParameter as a range of values, specified by a start value, a last value, a number of steps between these values (without the last value) and a scale in that the values between the first and the last value are chosen.