org.formaria.swing.animation
Interface AnimationObject

All Superinterfaces:
AnimationStep

public interface AnimationObject
extends AnimationStep

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

isStarted

boolean isStarted(Animator at)
Has the animation begun

Parameters:
at - the animation thread
Returns:
true if the animation has already started

render

void render(Animator at)
Do the rendering of the animation object

Parameters:
at - the animation thread