com.croftsoft.apps.exemplar
Class Animator
java.lang.Object
com.croftsoft.apps.exemplar.Animator
- All Implemented Interfaces:
- ComponentAnimator, ComponentPainter, ComponentUpdater
public final class Animator
- extends Object
- implements ComponentAnimator
Exemplar ComponentAnimator.
- Since:
- 2005-08-12
- Version:
- $Date: 2006/06/22 13:38:21 $
- Author:
- David Wallace Croft
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Animator
public Animator(Config config,
Accessor accessor,
JComponent jComponent)
- Main constructor.
paint
public void paint(JComponent jComponent,
Graphics2D graphics2D)
- Specified by:
paint in interface ComponentPainter
update
public void update(JComponent jComponent)
- Description copied from interface:
com.croftsoft.core.animation.ComponentUpdater
- Updates the state of a JComponent and calls repaint() as required.
- Specified by:
update in interface ComponentUpdater
CroftSoft Apps Javadoc (2006-11-12 23:26:47)