See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
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
AnimationFunction s. |
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.
|
Copyright © 2001-2006 JGoodies Karsten Lentzsch. All Rights Reserved.