additv.controls
Class AFloatSpread
java.lang.Object
additv.controls.AControllable
additv.controls.AControllableFloat
additv.controls.AFloatAbstract
additv.controls.AFloatSpread
- All Implemented Interfaces:
- AControllableI, ASpreadI
- Direct Known Subclasses:
- ALinearSpread
public class AFloatSpread
- extends AFloatAbstract
|
Constructor Summary |
AFloatSpread(java.lang.String name,
float... vs)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AFloatSpread
public AFloatSpread(java.lang.String name,
float... vs)
get
public float get()
- Specified by:
get in class AControllableFloat
get
public float get(int index)
- Specified by:
get in class AControllableFloat
getSpreadCount
public int getSpreadCount()
get
public float get(boolean update)
setRelative
public void setRelative(float f)
- Specified by:
setRelative in class AFloatAbstract
set
public void set(float f)
- Specified by:
set in class AControllableFloat
getMax
public float getMax()
- Specified by:
getMax in class AFloatAbstract
getMin
public float getMin()
- Specified by:
getMin in class AFloatAbstract
add
public void add(float val)