Frames | No Frames |
Constructors with parameter type com.jgoodies.animation.components.BasicTextLabel | |
BasicTextAnimation.BasicTextAnimation(BasicTextLabel label, long duration, String text, AnimationFunction colorFunction, AnimationFunction scaleXFunction, AnimationFunction scaleYFunction, AnimationFunction spaceFunction) Constructs a text animation, that fades in a text, scales it and
fades it out. |
Methods with parameter type com.jgoodies.animation.components.BasicTextLabel | |
Animation | BasicTextAnimations.defaultFade(BasicTextLabel label1, BasicTextLabel label2, long singleDuration, long beginOffset, String separatedTexts, Color baseColor) Creates and answers the default color fade text sequence. |
BasicTextAnimation | Creates and answers an animation, that provides a text fade-in and -out. |
Animation | BasicTextAnimations.defaultScale(BasicTextLabel label1, BasicTextLabel label2, long singleDuration, long beginOffset, String separatedTexts, Color baseColor) Creates and answers the default scaling text sequence. |
BasicTextAnimation | Creates and answers an animation, that provides a text fade-in
and -out and scales the text while fading out. |
Animation | BasicTextAnimations.defaultSpace(BasicTextLabel label1, BasicTextLabel label2, long singleDuration, long beginOffset, String separatedTexts, Color baseColor) Creates and answers the default glyph spacing text sequence. |
BasicTextAnimation | Creates and answers an animation, that provides a text fade-in
and -out and increases the glyph spacing. |