Uses of Class
com.jgoodies.animation.AbstractAnimation
-
Packages that use AbstractAnimation Package Description com.jgoodies.animation Contains the core types of the JGoodies Animation library.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. -
-
Uses of AbstractAnimation in com.jgoodies.animation
Subclasses of AbstractAnimation in com.jgoodies.animation Modifier and Type Class Description private static class
Animations.OffsetAnimation
Helper class that wraps an animation to give it a time offset.static class
Animations.OneTimeAnimation
Used to apply an effect one-time only.private static class
Animations.ParallelAnimation
Helper class to parallelize animations.private static class
Animations.PauseAnimation
Helper class for a pause, an animation, that has no effect.private static class
Animations.RepeatedAnimation
Helper class to repeat an animation.private static class
Animations.ReversedAnimation
Helper class to reverse an animation over the time.private static class
Animations.SequencedAnimation
Helper class to create a sequence of animations. -
Uses of AbstractAnimation in com.jgoodies.animation.swing.animations
Subclasses of AbstractAnimation in com.jgoodies.animation.swing.animations Modifier and Type Class Description class
BasicTextAnimation
A basic text animation that fades in a text, changes the x and y scaling, the position, and the space between glyphs.class
FanAnimation
An animation that rotates a fan that consists of a set of translucent sectors.class
GlyphAnimation
A text based animation that changes the scaling of the text's individual glyphs over the time. -
Uses of AbstractAnimation in com.jgoodies.animation.swing.components
Subclasses of AbstractAnimation in com.jgoodies.animation.swing.components Modifier and Type Class Description private class
AnimatedLabel.BlendOverAnimation
An animation that changes the colors of overlapping labels to implement a blend over effect.
-