additv.controls
Class AFloat
java.lang.Object
additv.controls.AControllable
additv.controls.AControllableFloat
additv.controls.AFloatAbstract
additv.controls.AFloat
- All Implemented Interfaces:
- AControllableI, ASpreadI
public class AFloat
- extends AFloatAbstract
|
Constructor Summary |
AFloat(java.lang.String name,
float val,
float min,
float max)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AFloat
public AFloat(java.lang.String name,
float val,
float min,
float max)
getMax
public float getMax()
- Specified by:
getMax in class AFloatAbstract
getMin
public float getMin()
- Specified by:
getMin in class AFloatAbstract
setRelative
public void setRelative(float f)
- Specified by:
setRelative in class AFloatAbstract
get
public float get()
- Specified by:
get in class AControllableFloat
get
public float get(int slice)
- Specified by:
get in class AControllableFloat
set
public void set(float value)
- Specified by:
set in class AControllableFloat
getSpreadCount
public int getSpreadCount()