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 classAnimations.OffsetAnimationHelper class that wraps an animation to give it a time offset.static classAnimations.OneTimeAnimationUsed to apply an effect one-time only.private static classAnimations.ParallelAnimationHelper class to parallelize animations.private static classAnimations.PauseAnimationHelper class for a pause, an animation, that has no effect.private static classAnimations.RepeatedAnimationHelper class to repeat an animation.private static classAnimations.ReversedAnimationHelper class to reverse an animation over the time.private static classAnimations.SequencedAnimationHelper 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 classBasicTextAnimationA basic text animation that fades in a text, changes the x and y scaling, the position, and the space between glyphs.classFanAnimationAn animation that rotates a fan that consists of a set of translucent sectors.classGlyphAnimationA 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 classAnimatedLabel.BlendOverAnimationAn animation that changes the colors of overlapping labels to implement a blend over effect.
-