|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An animation performs repetitive calculations in a separate thread. Prior to starting the thread, the control should invoke initializeAnimation(). The thread is started when the control invokes startAnimation().
Method Summary | |
void |
initializeAnimation()
Initializes the animation. |
void |
resetAnimation()
Resets the animation to a known initial state. |
void |
setControl(Control control)
Sets the object that controls this animation. |
void |
startAnimation()
Starts the animation thread. |
void |
stepAnimation()
Performs a single animation step. |
void |
stopAnimation()
Stops the animation thread. |
Method Detail |
public void setControl(Control control)
control
- public void startAnimation()
public void stopAnimation()
public void initializeAnimation()
public void resetAnimation()
public void stepAnimation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |