| java.lang.Object com.jgoodies.animation.AbstractAnimation com.jgoodies.animation.animations.GlyphAnimation
GlyphAnimation | final public class GlyphAnimation extends AbstractAnimation (Code) | | A text based animation that changes the scaling of the text's
individual glyphs over the time.
author: Karsten Lentzsch version: $Revision: 1.1 $ |
Constructor Summary | |
public | GlyphAnimation(GlyphLabel label, long duration, long glyphDelay, String text) Constructs an animation that changes the scaling of individual
glyphs over the duration. |
Method Summary | |
protected void | applyEffect(long time) Applies the effect: sets the text and time. |
GlyphAnimation | public GlyphAnimation(GlyphLabel label, long duration, long glyphDelay, String text)(Code) | | Constructs an animation that changes the scaling of individual
glyphs over the duration.
Parameters: label - the animation target label Parameters: duration - the animation duration Parameters: glyphDelay - a delay used to scale glyphs differently Parameters: text - the text to animation |
applyEffect | protected void applyEffect(long time)(Code) | | Applies the effect: sets the text and time.
Parameters: time - the render time position |
|
|