|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AnimationContext
The interface for DemoSurface's that wish to animate.
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 | |
|---|---|
boolean |
isFinished(AnimationThread at)
Is the animation loop finished |
void |
reset(AnimationThread at)
Adjust the settings for the next step. |
void |
step(int w,
int h)
Adjust the settings for the next step. |
| Method Detail |
|---|
void step(int w,
int h)
w - the widthh - the heightvoid reset(AnimationThread at)
w - the widthh - the heightat - the animation thread on which this object is runningboolean isFinished(AnimationThread 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 | ||||||||