Frames | No Frames |
Classes implementing com.jgoodies.animation.Animation | |
class | An abstract class that minimizes the effort required to implement
the Animation interface. |
class | Used to apply an effect one-time only. |
Constructors with parameter type com.jgoodies.animation.Animation | |
Constructs an Animator for the given animation and frame rate. |
Methods with parameter type com.jgoodies.animation.Animation | |
void | Invokes the given runnable when the specified animation stopped. |
Animation | Creates and returns an animation that is defined by a given
animation and offset; the resulting animation applies
the original effect shifted in time. |
Animation | Creates and returns a parallel time container for the given animations,
that is an animation that applies the effect of the given animations
at the same time. |
Animation | Creates and answers an animation that is defined by repeating
the given animation. |
Animation | Creates and returns an animation that is defined by reverting
the given animation over the time. |
Animation | Creates and returns an animation that is defined by concatenating
the two given animations. |
Animation | Creates and returns a sequenced time container that is an animation,
that concatenates the given array of animations over the time. |
Methods with return type com.jgoodies.animation.Animation | |
Animation | Returns the animator's animation. |
Animation | Returns the animation the has originated this event. |
Animation | Creates and returns an animation that is defined by a given
animation and offset; the resulting animation applies
the original effect shifted in time. |
Animation | Animations.parallel(List animations) Creates and returns a parallel time container, that is an animation
that applies the effect of the given animations all at the same time. |
Animation | Creates and returns a parallel time container for the given animations,
that is an animation that applies the effect of the given animations
at the same time. |
Animation | Animations.pause(long duration) Creates and returns a pausing animation that has no effect
but a duration. |
Animation | Creates and answers an animation that is defined by repeating
the given animation. |
Animation | Creates and returns an animation that is defined by reverting
the given animation over the time. |
Animation | Animations.sequential(List animations) Creates and returns a sequenced time container that is an animation,
that concatenates the given list of animations over the time. |
Animation | Creates and returns an animation that is defined by concatenating
the two given animations. |
Animation | Creates and returns a sequenced time container that is an animation,
that concatenates the given array of animations over the time. |
Classes implementing com.jgoodies.animation.Animation | |
class | A basic text animation that fades in a text, changes the x and y scaling,
the position, and the space between glyphs. |
class | An animation that rotates a fan that consists of a set
of translucent sectors. |
class | A text based animation that changes the scaling of the text's
individual glyphs over the time. |
Methods with return type com.jgoodies.animation.Animation | |
Animation | BasicTextAnimations.defaultFade(BasicTextLabel label1, BasicTextLabel label2, long singleDuration, long beginOffset, String separatedTexts, Color baseColor) Creates and answers the default color fade text sequence. |
Animation | BasicTextAnimations.defaultScale(BasicTextLabel label1, BasicTextLabel label2, long singleDuration, long beginOffset, String separatedTexts, Color baseColor) Creates and answers the default scaling text sequence. |
Animation | BasicTextAnimations.defaultSpace(BasicTextLabel label1, BasicTextLabel label2, long singleDuration, long beginOffset, String separatedTexts, Color baseColor) Creates and answers the default glyph spacing text sequence. |