Package | Description |
---|---|
com.jgoodies.animation.swing.animations |
Contains a bunch of prepared animations and animation factories.
|
Modifier and Type | Method and Description |
---|---|
static BasicTextAnimation |
BasicTextAnimation.defaultFade(BasicTextLabel label,
long duration,
String text,
Color baseColor)
Creates and returns an animation for 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.
|
Copyright © 2017 JGoodies Software GmbH. All rights reserved.