|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AnimationStep
A step in the animation such as a variation of colour or position.
Copyright (c) Formaria Ltd., 2008, This software is licensed under the GNU Public License (GPL), please see license.txt for more details. If you make commercial use of this software you must purchase a commercial license from Formaria.
$Revision: 1.5 $
| Method Summary | |
|---|---|
void |
apply(Animator at,
java.awt.Graphics2D g2)
Advance to the next step in the animation |
boolean |
isAnimated(Animator at)
Is the animation loop still active/running |
boolean |
isFinished(Animator at)
Is the animation loop finished |
void |
reset()
Adjust the settings for the next step. |
void |
step(Animator at)
Adjust the settings for the next step. |
| Method Detail |
|---|
void reset()
void apply(Animator at,
java.awt.Graphics2D g2)
g2 - the graphics contextat - the animation thread on which this object is runningvoid step(Animator at)
at - the animation thread on which this object is runningboolean isFinished(Animator at)
at - the animation thread on which this object is running
boolean isAnimated(Animator at)
at - the animation thread on which this object is running
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||