| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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. |