Methods in com.jgoodies.animation.animations that return BasicTextAnimation |
static BasicTextAnimation |
BasicTextAnimation.defaultFade(BasicTextLabel label,
long duration,
String text,
Color baseColor)
Creates and answers an animation, that provides a text fade-in and -out. |
static BasicTextAnimation |
BasicTextAnimation.defaultScale(BasicTextLabel label,
long duration,
String text,
Color baseColor)
Creates and answers an animation, that provides a text fade-in
and -out and scales the text while fading out. |
static BasicTextAnimation |
BasicTextAnimation.defaultSpace(BasicTextLabel label,
long duration,
String text,
Color baseColor)
Creates and answers an animation, that provides a text fade-in
and -out and increases the glyph spacing. |