Uses of Interface
com.croftsoft.core.animation.Sprite

Packages that use Sprite
com.croftsoft.core.animation.sprite Sprite classes for animation. 
com.croftsoft.core.animation.updater ComponentUpdater implementations for Swing-based animation. 
 

Uses of Sprite in com.croftsoft.core.animation.sprite
 

Classes in com.croftsoft.core.animation.sprite that implement Sprite
 class AbstractSprite
          An abstract Sprite implementation.
 class IconSprite
          A Sprite implementation backed by an Icon.
 class TextSprite
          A Sprite implementation that paints text.
 

Uses of Sprite in com.croftsoft.core.animation.updater
 

Constructors in com.croftsoft.core.animation.updater with parameters of type Sprite
BounceUpdater(Sprite sprite, Rectangle bounds, Clock clock)
           
 


CroftSoft Javadoc

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