com.xoetrope.swing.animation |
|
Java Source File Name | Type | Comment |
AnimationObject.java | Interface | An object that supports animation. |
AnimationStep.java | Interface | A step in the animation such as a variation of colour or position.
Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. |
AnimationThread.java | Class | A thread to control the animation of one or more animation objects.
Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. |
FadeInStep.java | Class | A colour fade-in
Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. |
XAnimation.java | Class | "Mix-in" Animation Support.
This mix-in will draw on the owner's surface at specified intervals. |
XAnimationContext.java | Interface | The interface for DemoSurface's that wish to animate.
Copyright (c) Xoetrope Ltd., 2001-2006, This software is licensed under
the GNU Public License (GPL), please see license.txt for more details. |
XAnimationSurface.java | Class | All demos extend this JAnimationSurface Abstract class. |