public interface Animation
Modifier and Type | Method and Description |
---|---|
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.
|
void setControl(Control control)
control
- void startAnimation()
void stopAnimation()
void initializeAnimation()
void resetAnimation()
void stepAnimation()