|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AnimationObject
An object that supports animation. The object may be in a series of animated objects sequenced by an AnimtaionThread.
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.4 $
| Method Summary | |
|---|---|
boolean |
isStarted(Animator at)
Has the animation begun |
void |
render(Animator at)
Do the rendering of the animation object |
| Methods inherited from interface org.formaria.swing.animation.AnimationStep |
|---|
apply, isAnimated, isFinished, reset, step |
| Method Detail |
|---|
boolean isStarted(Animator at)
at - the animation thread
void render(Animator at)
at - the animation thread
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||