com.croftsoft.core.animation
Interface ComponentUpdater

All Known Subinterfaces:
ComponentAnimator, Sprite
All Known Implementing Classes:
AbstractSprite, AnimatedApplet, ArrayComponentUpdater, BounceUpdater, CursorAnimator, EdgeScrollUpdater, FrameRateAnimator, FrameRateUpdater, IconRowAnimator, IconSequenceUpdater, IconSprite, ModelAnimator, NullComponentAnimator, NullComponentUpdater, TextAnimator, TextSprite, TextWrapUpdater, TileAnimator, TimeApplet, WorldAnimator

public interface ComponentUpdater

Updates the state of a JComponent and calls repaint() as required.

Since:
2002-02-18
Version:
2002-03-23
Author:
David Wallace Croft

Method Summary
 void update(JComponent component)
          Updates the state of a JComponent and calls repaint() as required.
 

Method Detail

update

void update(JComponent component)
Updates the state of a JComponent and calls repaint() as required.


CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)