Uses of Class
com.jgoodies.animation.animations.BasicTextAnimation

Packages that use BasicTextAnimation
com.jgoodies.animation.animations Contains a bunch of prepared animations and animation factories. 
 

Uses of BasicTextAnimation in com.jgoodies.animation.animations
 

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.
 



Copyright © 2001-2006 JGoodies Karsten Lentzsch. All Rights Reserved.