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

Packages that use AnimationFactory
com.croftsoft.core.animation Swing-based animation library. 
com.croftsoft.core.animation.component AnimatedComponent implementations for Swing-based animation. 
com.croftsoft.core.animation.factory AnimationFactory implementations for Swing-based animation. 
 

Uses of AnimationFactory in com.croftsoft.core.animation
 

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

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

Constructors in com.croftsoft.core.animation.component with parameters of type AnimationFactory
BufferedAnimatedComponent(ComponentAnimator componentAnimator, AnimationFactory animationFactory)
          Deprecated. Convenience constructor.
BufferedAnimatedComponent(ComponentAnimator componentAnimator, AnimationFactory animationFactory, double frequency)
          Deprecated. Convenience constructor.
 

Uses of AnimationFactory in com.croftsoft.core.animation.factory
 

Classes in com.croftsoft.core.animation.factory that implement AnimationFactory
 class DefaultAnimationFactory
          Creates the default animation objects.
 


CroftSoft Javadoc

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