private static Animation |
BasicTextAnimations.animation(BasicTextLabel label,
long duration,
java.lang.String text,
java.awt.Color baseColor,
int type) |
|
private static Animation |
BasicTextAnimations.createTextSequence(BasicTextLabel label1,
BasicTextLabel label2,
long singleDuration,
long beginOffset,
java.lang.String separatedTexts,
java.awt.Color baseColor,
int type) |
Creates and returns the default glyph spacing text sequence.
|
static BasicTextAnimation |
BasicTextAnimation.defaultFade(BasicTextLabel label,
long duration,
java.lang.String text,
java.awt.Color baseColor) |
Creates and returns an animation for a text fade-in and -out.
|
static Animation |
BasicTextAnimations.defaultFade(BasicTextLabel label1,
BasicTextLabel label2,
long singleDuration,
long beginOffset,
java.lang.String separatedTexts,
java.awt.Color baseColor) |
Creates and answers the default color fade text sequence.
|
static BasicTextAnimation |
BasicTextAnimation.defaultScale(BasicTextLabel label,
long duration,
java.lang.String text,
java.awt.Color baseColor) |
Creates and answers an animation, that provides a text fade-in
and -out and scales the text while fading out.
|
static Animation |
BasicTextAnimations.defaultScale(BasicTextLabel label1,
BasicTextLabel label2,
long singleDuration,
long beginOffset,
java.lang.String separatedTexts,
java.awt.Color baseColor) |
Creates and answers the default scaling text sequence.
|
static BasicTextAnimation |
BasicTextAnimation.defaultSpace(BasicTextLabel label,
long duration,
java.lang.String text,
java.awt.Color baseColor) |
Creates and answers an animation, that provides a text fade-in
and -out and increases the glyph spacing.
|
static Animation |
BasicTextAnimations.defaultSpace(BasicTextLabel label1,
BasicTextLabel label2,
long singleDuration,
long beginOffset,
java.lang.String separatedTexts,
java.awt.Color baseColor) |
Creates and answers the default glyph spacing text sequence.
|