Uses of Package
com.jgoodies.animation
-
Packages that use com.jgoodies.animation Package Description com.jgoodies.animation Contains the core types of the JGoodies Animation library.com.jgoodies.animation.renderer Contains prepared animation renderers.com.jgoodies.animation.swing.animations Contains a bunch of prepared animations and animation factories.com.jgoodies.animation.swing.components Consists of a bunch of prepared animated components. -
Classes in com.jgoodies.animation used by com.jgoodies.animation Class Description AbstractAnimation An abstract class that minimizes the effort required to implement theAnimation
interface.AbstractAnimationFunction An abstract class that minimizes the effort required to implement theAnimationFunction
interface.Animation This interface describes time based animations.AnimationAdapter An adapter that implements theAnimationListener
interface.AnimationEvent An immutable object that describes events appropriate for animations with the source animation, the type (started, stopped), and the time the event has happened.AnimationEvent.Type Enumerates the animation event types: started and stopped.AnimationFunction This interface describes time-based animation functions by their duration and a mapping from time to arbitrary values.AnimationFunctions.InterpolationMode AnimationListener Defines an interface for objects that listen to animation events. -
Classes in com.jgoodies.animation used by com.jgoodies.animation.renderer Class Description AnimationFunction This interface describes time-based animation functions by their duration and a mapping from time to arbitrary values. -
Classes in com.jgoodies.animation used by com.jgoodies.animation.swing.animations Class Description AbstractAnimation An abstract class that minimizes the effort required to implement theAnimation
interface.Animation This interface describes time based animations.AnimationFunction This interface describes time-based animation functions by their duration and a mapping from time to arbitrary values. -
Classes in com.jgoodies.animation used by com.jgoodies.animation.swing.components Class Description AbstractAnimation An abstract class that minimizes the effort required to implement theAnimation
interface.Animation This interface describes time based animations.AnimationFunction This interface describes time-based animation functions by their duration and a mapping from time to arbitrary values.Animator Starts and stops an animation and triggers the animation at a given frame rate.