Methods Summary |
---|
public float | getDefaultValue()Returns the value that is the default for this control.
|
public float | getGranularity()Returns the granularity of the numeric value.
|
public float | getLogarithmicBase()???
|
public float | getLowerLimit()The smallest value assignable to this control.
|
public float | getUpperLimit()The largest value assignable to this control.
|
public float | getValue()Returns the value that the control currently represents.
|
public boolean | isLogarithmic()???
|
public float | setDefaultValue(float value)Sets the default value for the control.
|
public float | setValue(float value)Sets the value on the control and returns the value that was actually
set.
|