Inherits java::awt::event::ActionListener.
List of all members.
Classes |
| interface | SmoothMoverListener |
Public Types |
| enum | SmoothMoveType { NONE,
LINEAR,
LOG,
EXP
} |
Public Member Functions |
|
| SmoothMover (double initValue, SmoothMoveType type) |
|
| SmoothMover (double initValue) |
| void | moveTo (double value) |
|
void | stop () |
| int | getUpdateDelay () |
| void | setUpdateDelay (int updateDelay) |
| SmoothMoveType | getType () |
| void | setType (SmoothMoveType type) |
| int | getMoveTime () |
| void | setMoveTime (int moveTime) |
| void | setValue (double value) |
| double | getValue () |
| double | getDestValue () |
|
void | addListener (SmoothMoverListener listener) |
|
void | removeListener (SmoothMoverListener listener) |
|
void | actionPerformed (ActionEvent e) |
Protected Member Functions |
|
void | finalize () throws Throwable |
Detailed Description
Member Function Documentation
| double icy.math.SmoothMover.getDestValue |
( |
| ) |
|
| int icy.math.SmoothMover.getMoveTime |
( |
| ) |
|
| SmoothMoveType icy.math.SmoothMover.getType |
( |
| ) |
|
| int icy.math.SmoothMover.getUpdateDelay |
( |
| ) |
|
- Returns:
- the update delay (in ms)
| double icy.math.SmoothMover.getValue |
( |
| ) |
|
| void icy.math.SmoothMover.moveTo |
( |
double |
value | ) |
|
Move to specified values v
| void icy.math.SmoothMover.setMoveTime |
( |
int |
moveTime | ) |
|
- Parameters:
-
| moveTime | the moveTime to set |
| void icy.math.SmoothMover.setType |
( |
SmoothMoveType |
type | ) |
|
- Parameters:
-
| type | the smooth type to set |
| void icy.math.SmoothMover.setUpdateDelay |
( |
int |
updateDelay | ) |
|
- Parameters:
-
| updateDelay | the update delay (in ms) to set |
| void icy.math.SmoothMover.setValue |
( |
double |
value | ) |
|
Immediately set the value
The documentation for this class was generated from the following file:
- C:/Documents and Settings/Administrator/quia2/ICY Kernel/icy/math/SmoothMover.java