Alphabetical Index

A B C D E F G H I L O P R S T V Z

A

AbstractAnimation - class com.jgoodies.animation.AbstractAnimation
An abstract class that minimizes the effort required to implement the Animation interface.
AbstractAnimation(long) - constructor for class com.jgoodies.animation.AbstractAnimation
Constructs an Animation with the specified duration.
AbstractAnimation(long,boolean) - constructor for class com.jgoodies.animation.AbstractAnimation
Constructs an Animation with the specified duration and freezed mode.
An abstract class that minimizes the effort required to implement the AnimationFunction interface.
AbstractAnimationFunction(long) - constructor for class com.jgoodies.animation.AbstractAnimationFunction
Constructs an AbstractAnimationFunction using the given duration.
AbstractTextRenderer - class com.jgoodies.animation.renderer.AbstractTextRenderer
An abstract superclass that helps implementing typographic animation renderers.
actionPerformed(ActionEvent) - method in class com.jgoodies.animation.Animator
Implements the ActionListener interface used by the Timer.
Adds an AnimationListener to this animation.
Adds the given AnimationListener to this animation.
Creates and returns an animation function that returns time-based sRGB colors that are built from a given base color and an animation function of alpha values.
animate(long) - method in class com.jgoodies.animation.AbstractAnimation
Performs the animation at the given time: applies the animation effect to the animation target, fires appropriate events, and resets the effect if we exceeded the animations duration.
animate(long) - method in class com.jgoodies.animation.Animation
Animates for the given time, that is, applies the animation effect to the animation target and fires events when the animation is started, stopped or repeated.
animate(long) - method in class com.jgoodies.animation.Animations.OneTimeAnimation
Applies the effect to the animation target, only if is hasn't been applied before.
AnimatedLabel - class com.jgoodies.animation.components.AnimatedLabel
An anti-aliased text label that can animate text changes using a blend over effect.
AnimatedLabel() - constructor for class com.jgoodies.animation.components.AnimatedLabel
Constructs an AnimatedLabel with default base color, default font extra size, and an empty text.
AnimatedLabel(Color,int,String) - constructor for class com.jgoodies.animation.components.AnimatedLabel
Constructs an AnimatedLabel with the given initial text using a left oriented label.
AnimatedLabel(Color,int,String,int) - constructor for class com.jgoodies.animation.components.AnimatedLabel
Constructs an AnimatedLabel with the given initial text and orientation.
AnimatedLabel(Color,int,String,int,int,int) - constructor for class com.jgoodies.animation.components.AnimatedLabel
Constructs an AnimatedLabel with the given properties.
Animation - interface com.jgoodies.animation.Animation
This interface describes time based animations.
animation() - method in class com.jgoodies.animation.Animator
Returns the animator's animation.
AnimationAdapter - class com.jgoodies.animation.AnimationAdapter
An abstract adapter that implements the AnimationListener interface.
AnimationEvent - class com.jgoodies.animation.AnimationEvent
Describes events appropriate for animations: started or stopped.
AnimationFunction - interface com.jgoodies.animation.AnimationFunction
This interface describes time-based animation functions by their duration and a mapping from time to animation effects.
AnimationFunctions - class com.jgoodies.animation.AnimationFunctions
This class consists only of static methods that construct and operate on AnimationFunctions.
AnimationListener - interface com.jgoodies.animation.AnimationListener
Defines an interface for objects that listen to animation events.
AnimationRenderer - interface com.jgoodies.animation.AnimationRenderer
This interface describes renderers for use in animations and so helps build render containers and animated panels.
Animations - class com.jgoodies.animation.Animations
This class consists only of static methods that either operate on animations or create useful standard animations.
Invoked if the animation has been started.
Invoked if the animation has been started.
Invoked if the animation has been stopped.
Invoked if the animation has been stopped.
AnimationUtils - class com.jgoodies.animation.AnimationUtils
Provides some behavior useful in the animation framework, or to implement custom animation functions and animations.
Animator - class com.jgoodies.animation.Animator
Starts and stops an animation and triggers the animation at a given frame rate.
Animator(com.jgoodies.animation.Animation,int) - constructor for class com.jgoodies.animation.Animator
Constructs an Animator for the given animation and frame rate.
applyEffect(long) - method in class com.jgoodies.animation.AbstractAnimation
Applies the animation effect for the given time to the animation target.
applyEffect(long) - method in class com.jgoodies.animation.animations.BasicTextAnimation
Applies the effect: sets color, spacing, scaling and offset, the latter only if enabled.
applyEffect(long) - method in class com.jgoodies.animation.animations.FanAnimation
Applies the effect: sets the time-based rotation.
applyEffect(long) - method in class com.jgoodies.animation.animations.GlyphAnimation
Applies the effect: sets the text and time.
asFloat(com.jgoodies.animation.AnimationFunction) - static method in class com.jgoodies.animation.AnimationFunctions
Creates a time-based function that wraps the given Float-based animation function to return the corresponding float values.

B

BasicTextAnimation - class com.jgoodies.animation.animations.BasicTextAnimation
A basic text animation that fades in a text, changes the x and y scaling, the position, and the space between glyphs.
Constructs a text animation, that fades in a text, scales it and fades it out.
BasicTextAnimations - class com.jgoodies.animation.animations.BasicTextAnimations
Provides a text animation that shows an overlapping sequence of texts using a bunch of different effects: color fade, scaling, glyph spacing.
BasicTextLabel - class com.jgoodies.animation.components.BasicTextLabel
A Swing text component that can change the text, x and y scaling, glyph space, x and y offset and alignment mode.
BasicTextLabel() - constructor for class com.jgoodies.animation.components.BasicTextLabel
Constructs a animation text Swing label with an empty initial text.
BasicTextLabel(String) - constructor for class com.jgoodies.animation.components.BasicTextLabel
Constructs a animation text Swing label for the given text.
BasicTextRenderer - class com.jgoodies.animation.renderer.BasicTextRenderer
Renders a text with modifiable scaling, color, glyph spacing and position.
BasicTextRenderer(String) - constructor for class com.jgoodies.animation.renderer.BasicTextRenderer
Constructs a renderer for a text that can be scaled, moved, and change inter-glyph space.

C

cachedGlyphShapes - field in class com.jgoodies.animation.renderer.AbstractTextRenderer
cachedGlyphVector - field in class com.jgoodies.animation.renderer.AbstractTextRenderer
cachedTextAscent - field in class com.jgoodies.animation.renderer.AbstractTextRenderer
cachedTextHeight - field in class com.jgoodies.animation.renderer.AbstractTextRenderer
cachedTextWidth - field in class com.jgoodies.animation.renderer.AbstractTextRenderer
CAPITAL_ASCENT - static field in class com.jgoodies.animation.renderer.HeightMode
capitalMAscent - field in class com.jgoodies.animation.renderer.AbstractTextRenderer
CENTER - static field in class com.jgoodies.animation.components.AnimatedLabel
checkTimeRange(long) - method in class com.jgoodies.animation.AbstractAnimationFunction
Checks whether the given time is in the valid time range, that is a non-negative time that is smaller than this function's duration.
cinemaFadeColorFunction(long,Color) - static method in class com.jgoodies.animation.animations.BasicTextAnimation
Creates and answers the color animation function for the default fade.
CircleComponent - class com.jgoodies.animation.components.CircleComponent
A Swing component that paints a circle with a given center, radius and color.
CircleComponent() - constructor for class com.jgoodies.animation.components.CircleComponent
Constructs a CircleComponent.
Contains the core types of the JGoodies Animation library.
Contains a bunch of prepared animations and animation factories.
Consists of a bunch of prepared animated components.
Contains prepared animation renderers.
Concatenates the fiven animation functions and returns a compound animation function that represents the concatenation.
constant(long,Object) - static method in class com.jgoodies.animation.AnimationFunctions
Creates and returns an animation function that returns a constant value over the given duration.
createSectors(int,Color) - static method in class com.jgoodies.animation.renderer.FanRenderer

D

DEFAULT_ANTICLOCKWISE_ROTATION - static field in class com.jgoodies.animation.animations.FanAnimation
DEFAULT_BASE_COLOR - static field in class com.jgoodies.animation.components.AnimatedLabel
DEFAULT_CLOCKWISE_ROTATION - static field in class com.jgoodies.animation.animations.FanAnimation
DEFAULT_FONT_EXTRA_SIZE - static field in class com.jgoodies.animation.components.AnimatedLabel
defaultColorFunction(long,Color) - static method in class com.jgoodies.animation.components.GlyphLabel
Creates and returns the default color function for the given duration and base color.
Creates and answers the default color fade text sequence.
Creates and answers an animation, that provides a text fade-in and -out.
defaultFadeColorFunction(long,Color) - static method in class com.jgoodies.animation.animations.BasicTextAnimation
Creates and answers the color animation function for the default fade.
defaultFan(com.jgoodies.animation.components.FanComponent,long) - static method in class com.jgoodies.animation.animations.FanAnimation
Creates and answers the default fan animation.
defaultOffsetFunction() - static method in class com.jgoodies.animation.animations.BasicTextAnimation
Returns the animation function for the default random position offset.
defaultRotationFunction(long) - static method in class com.jgoodies.animation.animations.FanAnimation
Creates and answers an animation function for the default rotation.
Creates and answers the default scaling text sequence.
Creates and answers an animation, that provides a text fade-in and -out and scales the text while fading out.
defaultScaleColorFunction(long,Color) - static method in class com.jgoodies.animation.animations.BasicTextAnimation
Creates and answers the animation function for the default scaling.
defaultScaleFunction(long) - static method in class com.jgoodies.animation.animations.BasicTextAnimation
Creates and answers the default scaling animation function.
defaultScaleFunction(long) - static method in class com.jgoodies.animation.components.GlyphLabel
Creates and returns the default scale function for the given duration.
Creates and answers the default glyph spacing text sequence.
Creates and answers an animation, that provides a text fade-in and -out and increases the glyph spacing.
defaultSpaceColorFunction(long,Color) - static method in class com.jgoodies.animation.animations.BasicTextAnimation
Creates and answers the color animation function for the default spacing animation.
defaultSpaceFunction(long) - static method in class com.jgoodies.animation.animations.BasicTextAnimation
Creates and answers the default spacing animation function.
discrete(long,Object[]) - static method in class com.jgoodies.animation.AnimationFunctions
Creates and returns a discrete animation function for the given duration and values.
discrete(long,Object[],float[]) - static method in class com.jgoodies.animation.AnimationFunctions
Creates and returns a discrete animation function for the given duration, values and interpolation key times.
duration() - method in class com.jgoodies.animation.AbstractAnimation
Returns this animation's duration.
duration() - method in class com.jgoodies.animation.AbstractAnimationFunction
Returns this animation function's duration.
duration() - method in class com.jgoodies.animation.Animation
Returns this animation's duration.
duration() - method in class com.jgoodies.animation.AnimationFunction
Returns the length of this function's valid time interval.
duration() - method in class com.jgoodies.animation.AnimationFunctions.FloatFunction

E

elapsedTime() - method in class com.jgoodies.animation.Animator
Returns the elapsed time since animation start.
ensureValidCache(Graphics2D) - method in class com.jgoodies.animation.renderer.AbstractTextRenderer

F

FanAnimation - class com.jgoodies.animation.animations.FanAnimation
An animation that rotates a fan that consists of a set of translucent sectors.
Constructs an animation that rotates a fan using the given fan component, duration and rotation animation function.
FanComponent - class com.jgoodies.animation.components.FanComponent
A Swing component that paints a set of triangles as a fan.
FanComponent(int,Color) - constructor for class com.jgoodies.animation.components.FanComponent
Constructs a FanComponent for the specified number of triangles and base color.
FanRenderer - class com.jgoodies.animation.renderer.FanRenderer
Paints two colored and often translucent fans that can be rotated.
FanRenderer(com.jgoodies.animation.renderer.FanRenderer.Triangle[]) - constructor for class com.jgoodies.animation.renderer.FanRenderer
FanRenderer(int,Color) - constructor for class com.jgoodies.animation.renderer.FanRenderer
fireAnimationStarted(long) - method in class com.jgoodies.animation.AbstractAnimation
Fires an event that indicates that the animation has been started at the specified time.
fireAnimationStopped(long) - method in class com.jgoodies.animation.AbstractAnimation
Fires an event that indicates that the animation has been stopped at the specified time.
Helper class that wraps a Float-based animation function to answer floats.
framesPerSecond() - method in class com.jgoodies.animation.Animator
Returns the desired frame rate.
fromBy(long,float,float) - static method in class com.jgoodies.animation.AnimationFunctions
Creates and returns a linear animation function for the given duration that returns Float in interval [from, from + by].
fromTo(long,float,float) - static method in class com.jgoodies.animation.AnimationFunctions
Ceates and returns a linear animation function with the given duration.

G

getAdjustedAscent() - method in class com.jgoodies.animation.renderer.AbstractTextRenderer
Computes and answers the text ascent using the current height mode.
getAdjustedDescent() - method in class com.jgoodies.animation.renderer.AbstractTextRenderer
Computes and answers the text descent using the current height mode.
getColor() - method in class com.jgoodies.animation.renderer.AbstractTextRenderer
getColor() - method in class com.jgoodies.animation.components.BasicTextLabel
getDuration() - method in class com.jgoodies.animation.components.AnimatedLabel
Returns the duration of the blend over animation.
getFont() - method in class com.jgoodies.animation.renderer.AbstractTextRenderer
getForeground() - method in class com.jgoodies.animation.components.AnimatedLabel
Returns the label's foreground base color.
getHeightMode() - method in class com.jgoodies.animation.renderer.AbstractTextRenderer
getHeightMode() - method in class com.jgoodies.animation.components.BasicTextLabel
getHeightMode() - method in class com.jgoodies.animation.components.GlyphLabel
getOffsetX() - method in class com.jgoodies.animation.components.BasicTextLabel
getOffsetX() - method in class com.jgoodies.animation.renderer.BasicTextRenderer
getOffsetY() - method in class com.jgoodies.animation.components.BasicTextLabel
getOffsetY() - method in class com.jgoodies.animation.renderer.BasicTextRenderer
getOrigin() - method in class com.jgoodies.animation.components.FanComponent
getOrigin() - method in class com.jgoodies.animation.renderer.FanRenderer
getRotation() - method in class com.jgoodies.animation.components.FanComponent
getRotation() - method in class com.jgoodies.animation.renderer.FanRenderer
getScale() - method in class com.jgoodies.animation.components.BasicTextLabel
getScaleX() - method in class com.jgoodies.animation.components.BasicTextLabel
getScaleX() - method in class com.jgoodies.animation.renderer.BasicTextRenderer
getScaleY() - method in class com.jgoodies.animation.components.BasicTextLabel
getScaleY() - method in class com.jgoodies.animation.renderer.BasicTextRenderer
getSource() - method in class com.jgoodies.animation.AnimationEvent
Returns the animation the has originated this event.
getSpace() - method in class com.jgoodies.animation.components.BasicTextLabel
getSpace() - method in class com.jgoodies.animation.renderer.BasicTextRenderer
getText() - method in class com.jgoodies.animation.renderer.AbstractTextRenderer
getText() - method in class com.jgoodies.animation.components.AnimatedLabel
Returns the text of the foreground label.
getText() - method in class com.jgoodies.animation.components.BasicTextLabel
getText() - method in class com.jgoodies.animation.components.GlyphLabel
getTime() - method in class com.jgoodies.animation.components.GlyphLabel
getTime() - method in class com.jgoodies.animation.renderer.GlyphRenderer
GlyphAnimation - class com.jgoodies.animation.animations.GlyphAnimation
A text based animation that changes the scaling of the text's individual glyphs over the time.
Constructs an animation that changes the scaling of individual glyphs over the duration.
GlyphLabel - class com.jgoodies.animation.components.GlyphLabel
A Swing component that can transform a text's individual glyphs.
GlyphLabel(String,long,long) - constructor for class com.jgoodies.animation.components.GlyphLabel
Creates a GlyphLabel for the given text, duration and delay between the individual glyphs.
GlyphLabel(String,long,long,Color) - constructor for class com.jgoodies.animation.components.GlyphLabel
Creates a GlyphLabel for the given text, duration, base color and delay between the individual glyphs.
GlyphRenderer - class com.jgoodies.animation.renderer.GlyphRenderer
Renders the glyphs of a string with individual scaling, transform, and color.
Constructs a GlyphRenderer that paints individual glyphs with different transforms.

H

HeightMode - class com.jgoodies.animation.renderer.HeightMode
A type-safe enumeration used to vertically align texts by using the capital or text ascent, or the text's height.

I

invalidateCache() - method in class com.jgoodies.animation.renderer.AbstractTextRenderer
Invalidates the cache.
invokeOnStop(com.jgoodies.animation.Animation,Runnable) - static method in class com.jgoodies.animation.AnimationUtils
Invokes the given runnable when the specified animation stopped.
isAnimated() - method in class com.jgoodies.animation.components.AnimatedLabel
Answers whether the animation is currently enabled.
isCacheValid() - method in class com.jgoodies.animation.renderer.AbstractTextRenderer
isFreezed() - method in class com.jgoodies.animation.AbstractAnimation
Answers whether the animation effect should be freezed after we exceeded the animation's duration.
isOffsetEnabled() - method in class com.jgoodies.animation.animations.BasicTextAnimation
Answers whether the random position offset is enabled.

L

LEFT - static field in class com.jgoodies.animation.components.AnimatedLabel
linear(long,Object[]) - static method in class com.jgoodies.animation.AnimationFunctions
Creates and returns a linear animation function that is defined by an array of numeric values; these are distributed equally over the duration.
linear(long,Object[],float[]) - static method in class com.jgoodies.animation.AnimationFunctions
Creates and returns a linear animation function that is defined by an array of numeric values and an array of relative key times.
linearColors(long,Color[],float[]) - static method in class com.jgoodies.animation.AnimationFunctions
Creates an AnimationFunction that maps times to instances of Color.

O

offset(long,com.jgoodies.animation.Animation) - static method in class com.jgoodies.animation.Animations
Creates and returns an animation that is defined by a given animation and offset; the resulting animation applies the original effect shifted in time.
ONE - static field in class com.jgoodies.animation.AnimationFunctions
A constant AnimationFunction that returns 1 all the time.
Used to apply an effect one-time only.
OneTimeAnimation() - constructor for class com.jgoodies.animation.Animations.OneTimeAnimation
Constructs a OneTimeAnimation.

P

paintComponent(Graphics) - method in class com.jgoodies.animation.components.BasicTextLabel
Paints the component.
paintComponent(Graphics) - method in class com.jgoodies.animation.components.CircleComponent
Paints the circle with anti-aliasing enabled.
paintComponent(Graphics) - method in class com.jgoodies.animation.components.FanComponent
Delegates painting to the fan renderer.
paintComponent(Graphics) - method in class com.jgoodies.animation.components.GlyphLabel
Paints the component.
Creates and returns a parallel time container for the given animations, that is an animation that applies the effect of the given animations at the same time.
parallel(List) - static method in class com.jgoodies.animation.Animations
Creates and returns a parallel time container, that is an animation that applies the effect of the given animations all at the same time.
pause(long) - static method in class com.jgoodies.animation.Animations
Creates and returns a pausing animation that has no effect but a duration.
PROPERTYNAME_ANIMATED - static field in class com.jgoodies.animation.components.AnimatedLabel
PROPERTYNAME_COLOR - static field in class com.jgoodies.animation.components.BasicTextLabel
PROPERTYNAME_DURATION - static field in class com.jgoodies.animation.components.AnimatedLabel
PROPERTYNAME_FOREGROUND - static field in class com.jgoodies.animation.components.AnimatedLabel
PROPERTYNAME_HEIGHT_MODE - static field in class com.jgoodies.animation.components.BasicTextLabel
PROPERTYNAME_HEIGHT_MODE - static field in class com.jgoodies.animation.components.GlyphLabel
PROPERTYNAME_OFFSET_X - static field in class com.jgoodies.animation.components.BasicTextLabel
PROPERTYNAME_OFFSET_Y - static field in class com.jgoodies.animation.components.BasicTextLabel
PROPERTYNAME_SCALE - static field in class com.jgoodies.animation.components.BasicTextLabel
PROPERTYNAME_SCALE_X - static field in class com.jgoodies.animation.components.BasicTextLabel
PROPERTYNAME_SCALE_Y - static field in class com.jgoodies.animation.components.BasicTextLabel
PROPERTYNAME_SPACE - static field in class com.jgoodies.animation.components.BasicTextLabel
PROPERTYNAME_TEXT - static field in class com.jgoodies.animation.components.AnimatedLabel
PROPERTYNAME_TEXT - static field in class com.jgoodies.animation.components.BasicTextLabel
PROPERTYNAME_TEXT - static field in class com.jgoodies.animation.components.GlyphLabel
PROPERTYNAME_TIME - static field in class com.jgoodies.animation.components.GlyphLabel

R

random(int,int,float) - static method in class com.jgoodies.animation.AnimationFunctions
Creates and returns an animation function that returns random values from the interval [min, max] with a given change probability.
Removes an AnimationListener to this animation.
Removes the given AnimationListener from this animation.
render(Graphics2D,int,int) - method in class com.jgoodies.animation.AnimationRenderer
Renders the animation on the specified graphics object using the given width and height.
render(Graphics2D,int,int) - method in class com.jgoodies.animation.renderer.BasicTextRenderer
Renders the text.
render(Graphics2D,int,int) - method in class com.jgoodies.animation.renderer.FanRenderer
Renders the animation on the specified graphics object using the given width and height.
render(Graphics2D,int,int) - method in class com.jgoodies.animation.renderer.GlyphRenderer
Renders the text.
repeat(com.jgoodies.animation.AnimationFunction,long) - static method in class com.jgoodies.animation.AnimationFunctions
Creates and returns an animation function that is defined by repeating the specified animation function.
repeat(float,com.jgoodies.animation.Animation) - static method in class com.jgoodies.animation.Animations
Creates and answers an animation that is defined by repeating the given animation.
reverse(com.jgoodies.animation.Animation) - static method in class com.jgoodies.animation.Animations
Creates and returns an animation that is defined by reverting the given animation over the time.
reverse(com.jgoodies.animation.AnimationFunction) - static method in class com.jgoodies.animation.AnimationFunctions
Creates and returns an animation function that is defined by reverting the given animation function in time.
RIGHT - static field in class com.jgoodies.animation.components.AnimatedLabel

S

Creates and returns an animation that is defined by concatenating the two given animations.
sequential(com.jgoodies.animation.Animation[]) - static method in class com.jgoodies.animation.Animations
Creates and returns a sequenced time container that is an animation, that concatenates the given array of animations over the time.
sequential(List) - static method in class com.jgoodies.animation.Animations
Creates and returns a sequenced time container that is an animation, that concatenates the given list of animations over the time.
setAnimated(boolean) - method in class com.jgoodies.animation.components.AnimatedLabel
Enables or disables the blend over effect.
setBounds(int,int,int,int) - method in class com.jgoodies.animation.components.CircleComponent
Sets the bounds and center point.
setCacheValid(boolean) - method in class com.jgoodies.animation.renderer.AbstractTextRenderer
setCenter(Point) - method in class com.jgoodies.animation.components.CircleComponent
setColor(Color) - method in class com.jgoodies.animation.renderer.AbstractTextRenderer
setColor(Color) - method in class com.jgoodies.animation.components.BasicTextLabel
setColor(Color) - method in class com.jgoodies.animation.components.CircleComponent
setDuration(long) - method in class com.jgoodies.animation.components.AnimatedLabel
Sets the animation's duration and invalidates the animation cache.
setFont(Font) - method in class com.jgoodies.animation.renderer.AbstractTextRenderer
Sets the renderer's font.
setForeground(Color) - method in class com.jgoodies.animation.components.AnimatedLabel
Sets a new foreground base color.
setHeightMode(com.jgoodies.animation.renderer.HeightMode) - method in class com.jgoodies.animation.components.BasicTextLabel
setHeightMode(com.jgoodies.animation.renderer.HeightMode) - method in class com.jgoodies.animation.components.GlyphLabel
setOffsetEnabled(boolean) - method in class com.jgoodies.animation.animations.BasicTextAnimation
Enables or disables the random position offset.
setOffsetX(float) - method in class com.jgoodies.animation.components.BasicTextLabel
setOffsetX(float) - method in class com.jgoodies.animation.renderer.BasicTextRenderer
setOffsetY(float) - method in class com.jgoodies.animation.components.BasicTextLabel
setOffsetY(float) - method in class com.jgoodies.animation.renderer.BasicTextRenderer
setOrigin(Point2D) - method in class com.jgoodies.animation.components.FanComponent
Sets a new origin of the fan.
setOrigin(Point2D) - method in class com.jgoodies.animation.renderer.FanRenderer
setRadius(int) - method in class com.jgoodies.animation.components.CircleComponent
setRotation(double) - method in class com.jgoodies.animation.components.FanComponent
Sets a new rotation.
setRotation(double) - method in class com.jgoodies.animation.renderer.FanRenderer
setScale(float) - method in class com.jgoodies.animation.components.BasicTextLabel
setScaleX(float) - method in class com.jgoodies.animation.components.BasicTextLabel
setScaleX(float) - method in class com.jgoodies.animation.renderer.BasicTextRenderer
setScaleY(float) - method in class com.jgoodies.animation.components.BasicTextLabel
setScaleY(float) - method in class com.jgoodies.animation.renderer.BasicTextRenderer
setSpace(float) - method in class com.jgoodies.animation.components.BasicTextLabel
setSpace(float) - method in class com.jgoodies.animation.renderer.BasicTextRenderer
setText(String) - method in class com.jgoodies.animation.renderer.AbstractTextRenderer
Sets the renderer's text.
setText(String) - method in class com.jgoodies.animation.components.AnimatedLabel
Sets a new text.
setText(String) - method in class com.jgoodies.animation.components.BasicTextLabel
setText(String) - method in class com.jgoodies.animation.components.GlyphLabel
setTextImmediately(String) - method in class com.jgoodies.animation.components.AnimatedLabel
Sets a new text without using the blend over animation.
setTime(long) - method in class com.jgoodies.animation.components.GlyphLabel
setTime(long) - method in class com.jgoodies.animation.renderer.GlyphRenderer
splitTexts(String) - static method in class com.jgoodies.animation.AnimationUtils
Returns an array of strings by splitting a given text into tokens, that are separated by the '|' character.
start() - method in class com.jgoodies.animation.Animator
Starts the animator and in turn the animation.
STARTED - static field in class com.jgoodies.animation.AnimationEvent
The animation event type for an animation that has been started.
stop() - method in class com.jgoodies.animation.Animator
Stops the animator.
STOPPED - static field in class com.jgoodies.animation.AnimationEvent
The animation event type for an animation that has been stopped.

T

TEXT_ASCENT - static field in class com.jgoodies.animation.renderer.HeightMode
TEXT_HEIGHT - static field in class com.jgoodies.animation.renderer.HeightMode
time() - method in class com.jgoodies.animation.AnimationEvent
Returns the time when this event has been created.
toString() - method in class com.jgoodies.animation.AbstractAnimation
Returns a string representation for this animation.
toString() - method in class com.jgoodies.animation.AnimationEvent
Returns an appropriate string representation.
toString() - method in class com.jgoodies.animation.Animator
Returns a string representation for the animator.
toString() - method in class com.jgoodies.animation.renderer.HeightMode
type() - method in class com.jgoodies.animation.AnimationEvent
Returns the event type: started or stopped.

V

validateCache(Graphics2D) - method in class com.jgoodies.animation.renderer.AbstractTextRenderer
Validates the cache, here: creates a GlyphVector and computes and stores its size information.
valueAt(long) - method in class com.jgoodies.animation.AnimationFunction
Returns the animation effect for a given time in the valid time interval.
valueAt(long) - method in class com.jgoodies.animation.AnimationFunctions.FloatFunction

Z

ZERO - static field in class com.jgoodies.animation.AnimationFunctions
A constant AnimationFunction that returns 0.0f all the time.

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