Package com.jgoodies.animation

Contains the core types of the JGoodies Animation library.

See:
          Description

Interface Summary
Animation This interface describes time based animations.
AnimationFunction This interface describes time-based animation functions by their duration and a mapping from time to animation effects.
AnimationListener Defines an interface for objects that listen to animation events.
AnimationRenderer This interface describes renderers for use in animations and so helps build render containers and animated panels.
 

Class Summary
AbstractAnimation An abstract class that minimizes the effort required to implement the Animation interface.
AbstractAnimationFunction An abstract class that minimizes the effort required to implement the AnimationFunction interface.
AnimationAdapter An abstract adapter that implements the AnimationListener interface.
AnimationEvent Describes events appropriate for animations: started or stopped.
AnimationFunctions This class consists only of static methods that construct and operate on AnimationFunctions.
AnimationFunctions.FloatFunction Helper class that wraps a Float-based animation function to answer floats.
Animations This class consists only of static methods that either operate on animations or create useful standard animations.
Animations.OneTimeAnimation Used to apply an effect one-time only.
AnimationUtils Provides some behavior useful in the animation framework, or to implement custom animation functions and animations.
Animator Starts and stops an animation and triggers the animation at a given frame rate.
 

Package com.jgoodies.animation Description

Contains the core types of the JGoodies Animation library.

Related Documentation

For more information see:

See Also:
com.jgoodies.animation.animations, com.jgoodies.animation.components, com.jgoodies.animation.renderer


Copyright © 2001-2006 JGoodies Karsten Lentzsch. All Rights Reserved.