public interface NumericControl extends AtomicControl
| Modifier and Type | Method and Description |
|---|---|
float |
getDefaultValue()
Returns the value that is the default for this control.
|
float |
getGranularity()
Returns the granularity of the numeric value.
|
float |
getLogarithmicBase()
???
|
float |
getLowerLimit()
The smallest value assignable to this control.
|
float |
getUpperLimit()
The largest value assignable to this control.
|
float |
getValue()
Returns the value that the control currently represents.
|
boolean |
isLogarithmic()
???
|
float |
setDefaultValue(float value)
Sets the default value for the control.
|
float |
setValue(float value)
Sets the value on the control and returns the value that was actually
set.
|
addControlChangeListener, getEnabled, getParent, getTip, getVisible, isDefault, isReadOnly, removeControlChangeListener, setEnabled, setTip, setVisiblegetControlComponentfloat getLowerLimit()
float getUpperLimit()
float getValue()
float setValue(float value)
float getDefaultValue()
float setDefaultValue(float value)
float getGranularity()
boolean isLogarithmic()
float getLogarithmicBase()
Copyright © 2012 code4tv.com. All Rights Reserved.