|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BasicTextLabel | |
---|---|
com.jgoodies.animation.animations | Contains a bunch of prepared animations and animation factories. |
Uses of BasicTextLabel in com.jgoodies.animation.animations |
---|
Methods in com.jgoodies.animation.animations with parameters of type BasicTextLabel | |
---|---|
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.defaultFade(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. |
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.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.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. |
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. |
Constructors in com.jgoodies.animation.animations with parameters of type BasicTextLabel | |
---|---|
BasicTextAnimation(BasicTextLabel label,
long duration,
java.lang.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |