|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jgoodies.animation.AbstractAnimation
com.jgoodies.animation.animations.GlyphAnimation
public final class GlyphAnimation
A text based animation that changes the scaling of the text's individual glyphs over the time.
Constructor Summary | |
---|---|
GlyphAnimation(GlyphLabel label,
long duration,
long glyphDelay,
java.lang.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. |
Methods inherited from class com.jgoodies.animation.AbstractAnimation |
---|
addAnimationListener, animate, duration, fireAnimationStarted, fireAnimationStopped, isFreezed, removeAnimationListener, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GlyphAnimation(GlyphLabel label, long duration, long glyphDelay, java.lang.String text)
label
- the animation target labelduration
- the animation durationglyphDelay
- a delay used to scale glyphs differentlytext
- the text to animationMethod Detail |
---|
protected void applyEffect(long time)
applyEffect
in class AbstractAnimation
time
- the render time position
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |