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

Packages that use ComponentAnimator
com.croftsoft.core.animation Swing-based animation library. 
com.croftsoft.core.animation.animator ComponentAnimator implementations for Swing-based animation. 
com.croftsoft.core.animation.component AnimatedComponent implementations for Swing-based animation. 
com.croftsoft.core.animation.sprite Sprite classes for animation. 
 

Uses of ComponentAnimator in com.croftsoft.core.animation
 

Subinterfaces of ComponentAnimator in com.croftsoft.core.animation
 interface Sprite
          A ComponentAnimator representing a moving object.
 

Classes in com.croftsoft.core.animation that implement ComponentAnimator
 class AnimatedApplet
          Animated applet.
 class TimeApplet
          Example AnimatedApplet implementation.
 

Fields in com.croftsoft.core.animation declared as ComponentAnimator
protected  ComponentAnimator AnimatedComponent.componentAnimator
           
 

Methods in com.croftsoft.core.animation that return ComponentAnimator
 ComponentAnimator AnimatedComponent.setComponentAnimator(ComponentAnimator componentAnimator)
           
 

Methods in com.croftsoft.core.animation with parameters of type ComponentAnimator
 void AnimatedApplet.addComponentAnimator(ComponentAnimator componentAnimator)
           
 ComponentAnimator AnimatedComponent.setComponentAnimator(ComponentAnimator componentAnimator)
           
 

Constructors in com.croftsoft.core.animation with parameters of type ComponentAnimator
AnimatedComponent(ComponentAnimator componentAnimator)
          Convenience constructor.
AnimatedComponent(ComponentAnimator componentAnimator, AnimationFactory animationFactory)
          Convenience constructor.
AnimatedComponent(ComponentAnimator componentAnimator, AnimationFactory animationFactory, double frequency)
          Convenience constructor.
AnimatedComponent(ComponentAnimator componentAnimator, double frequency)
          Convenience constructor.
AnimatedComponent(ComponentAnimator componentAnimator, RepaintCollector repaintCollector, LoopGovernor loopGovernor)
          Main constructor.
 

Uses of ComponentAnimator in com.croftsoft.core.animation.animator
 

Classes in com.croftsoft.core.animation.animator that implement ComponentAnimator
 class CursorAnimator
          Animates an Icon at the mouse position.
 class FrameRateAnimator
          Samples and displays the frame rate.
 class IconRowAnimator
          Displays a quantity as a row of icons.
 class ModelAnimator
          The view for a Model.
 class NullComponentAnimator
          Null object singleton implementation of ComponentAnimator.
 class TextAnimator
          Animates text.
 class TileAnimator
          Paints a sliding tile pattern.
 class WorldAnimator
          ComponentAnimator that maps Models to views.
 

Methods in com.croftsoft.core.animation.animator that return ComponentAnimator
protected  ComponentAnimator WorldAnimator.createComponentAnimator(ModelAccessor modelAccessor)
           
protected  ComponentAnimator WorldAnimator.getComponentAnimator(ModelAccessor modelAccessor)
           
 

Uses of ComponentAnimator in com.croftsoft.core.animation.component
 

Constructors in com.croftsoft.core.animation.component with parameters of type ComponentAnimator
BufferedAnimatedComponent(ComponentAnimator componentAnimator)
          Deprecated. Convenience constructor.
BufferedAnimatedComponent(ComponentAnimator componentAnimator, AnimationFactory animationFactory)
          Deprecated. Convenience constructor.
BufferedAnimatedComponent(ComponentAnimator componentAnimator, AnimationFactory animationFactory, double frequency)
          Deprecated. Convenience constructor.
BufferedAnimatedComponent(ComponentAnimator componentAnimator, double frequency)
          Deprecated. Convenience constructor.
BufferedAnimatedComponent(ComponentAnimator componentAnimator, RepaintCollector repaintCollector, LoopGovernor loopGovernor)
          Deprecated. Main constructor.
BufferStrategyAnimatedComponent(ComponentAnimator componentAnimator, BufferStrategy bufferStrategy)
           
BufferStrategyAnimatedComponent(ComponentAnimator componentAnimator, RepaintCollector repaintCollector, LoopGovernor loopGovernor, BufferStrategy bufferStrategy)
          Main constructor.
 

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

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


CroftSoft Javadoc

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