com.jgoodies.animation.animations
Class GlyphAnimation
- Animation
public final class GlyphAnimation
A text based animation that changes the scaling of the text's
individual glyphs over the time.
GlyphAnimation(GlyphLabel label, long duration, long glyphDelay, String text) - Constructs an animation that changes the scaling of individual
glyphs over the duration.
|
protected void | applyEffect(long time) - Applies the effect: sets the text and time.
|
GlyphAnimation
public GlyphAnimation(GlyphLabel label,
long duration,
long glyphDelay,
String text)
Constructs an animation that changes the scaling of individual
glyphs over the duration.
label
- the animation target labelduration
- the animation durationglyphDelay
- a delay used to scale glyphs differentlytext
- the text to animation
applyEffect
protected void applyEffect(long time)
Applies the effect: sets the text and time.
- applyEffect in interface AbstractAnimation
time
- the render time position
Copyright © 2001-2006 JGoodies Karsten Lentzsch. All Rights Reserved.