additv.controls
Class AFloatSmoothed
java.lang.Object
additv.controls.AControllable
additv.controls.AControllableFloat
additv.controls.AFloatAbstract
additv.controls.AFloatSmoothed
- All Implemented Interfaces:
- AControllableI, ASpreadI
public class AFloatSmoothed
- extends AFloatAbstract
|
Constructor Summary |
AFloatSmoothed(java.lang.String _name,
float val,
float _min,
float _max)
|
AFloatSmoothed(java.lang.String _name,
float val,
float _min,
float _max,
float damping)
|
AFloatSmoothed(java.lang.String _name,
float val,
float _min,
float _max,
float damping,
int tType)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dampingTime
public float dampingTime
tweener
public megamu.shapetween.Tween tweener
tweenType
public int tweenType
AFloatSmoothed
public AFloatSmoothed(java.lang.String _name,
float val,
float _min,
float _max,
float damping,
int tType)
AFloatSmoothed
public AFloatSmoothed(java.lang.String _name,
float val,
float _min,
float _max,
float damping)
AFloatSmoothed
public AFloatSmoothed(java.lang.String _name,
float val,
float _min,
float _max)
get
public float get()
- Specified by:
get in class AControllableFloat
set
public void set(float _t)
- Specified by:
set in class AControllableFloat
setNow
public void setNow(float _t)
setRelative
public void setRelative(float d)
- Specified by:
setRelative in class AFloatAbstract
type
public int type()
getMax
public float getMax()
- Specified by:
getMax in class AFloatAbstract
getMin
public float getMin()
- Specified by:
getMin in class AFloatAbstract
getSpreadCount
public int getSpreadCount()
get
public float get(int index)
- Specified by:
get in class AControllableFloat
get
public float get(boolean update)