Uses of Class com.jgoodies.animation.components.BasicTextLabel

Uses in package com.jgoodies.animation.animations

Constructors with parameter type com.jgoodies.animation.components.BasicTextLabel

BasicTextAnimation.BasicTextAnimation(BasicTextLabel label, long duration, String text, AnimationFunction colorFunction, AnimationFunction scaleXFunction, AnimationFunction scaleYFunction, AnimationFunction spaceFunction)
Constructs a text animation, that fades in a text, scales it and fades it out.

Methods with parameter type com.jgoodies.animation.components.BasicTextLabel

Animation
BasicTextAnimations.defaultFade(BasicTextLabel label1, BasicTextLabel label2, long singleDuration, long beginOffset, String separatedTexts, Color baseColor)
Creates and answers the default color fade text sequence.
BasicTextAnimation
BasicTextAnimation.defaultFade(BasicTextLabel label, long duration, String text, Color baseColor)
Creates and answers an animation, that provides a text fade-in and -out.
Animation
BasicTextAnimations.defaultScale(BasicTextLabel label1, BasicTextLabel label2, long singleDuration, long beginOffset, String separatedTexts, Color baseColor)
Creates and answers the default scaling text sequence.
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.
Animation
BasicTextAnimations.defaultSpace(BasicTextLabel label1, BasicTextLabel label2, long singleDuration, long beginOffset, String separatedTexts, Color baseColor)
Creates and answers the default glyph spacing text sequence.
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.