com.jgoodies.animation |
Contains the core types of the JGoodies Animation library.
Related Documentation
For more information see:
@see com.jgoodies.animation.animations
@see com.jgoodies.animation.components
@see com.jgoodies.animation.renderer
|
Java Source File Name | Type | Comment |
AbstractAnimation.java | Class | An abstract class that minimizes the effort required to implement
the
Animation interface. |
AbstractAnimationFunction.java | Class | An abstract class that minimizes the effort required to implement
the
AnimationFunction interface. |
Animation.java | Interface | This interface describes time based animations. |
AnimationAdapter.java | Class | An abstract adapter that implements the AnimationListener
interface. |
AnimationEvent.java | Class | Describes events appropriate for animations: started or stopped. |
AnimationFunction.java | Interface | This interface describes time-based animation functions by
their duration and a mapping from time to animation effects.
For each time in the animation's valid time interval,
the #valueAt method returns a value that will be used
to apply an animation effect. |
AnimationFunctions.java | Class | This class consists only of static methods that construct and operate on
AnimationFunction s. |
AnimationListener.java | Interface | Defines an interface for objects that listen to animation events. |
AnimationRenderer.java | Interface | This interface describes renderers for use in animations and so helps build
render containers and animated panels. |
Animations.java | Class | This class consists only of static methods that either
operate on animations or create useful standard animations. |
AnimationUtils.java | Class | Provides some behavior useful in the animation framework,
or to implement custom animation functions and animations. |
Animator.java | Class | Starts and stops an animation and triggers
the animation at a given frame rate. |