A B C D E F G H I K L M N O P R S T U V Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractAnimation - Class in com.jgoodies.animation
-
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. - AbstractAnimationFunction<T> - Class in com.jgoodies.animation
-
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 in com.jgoodies.animation.renderer
-
An abstract superclass that helps implementing typographic animation renderers.
- AbstractTextRenderer(String) - Constructor for class com.jgoodies.animation.renderer.AbstractTextRenderer
- AbstractTextRenderer(String, Font) - Constructor for class com.jgoodies.animation.renderer.AbstractTextRenderer
- actionPerformed(ActionEvent) - Method in class com.jgoodies.animation.Animator
-
Implements the ActionListener interface used by the Timer.
- active - Variable in class com.jgoodies.animation.AbstractAnimation
- addAnimationListener(AnimationListener) - Method in class com.jgoodies.animation.AbstractAnimation
-
Adds an
AnimationListener
to this animation. - addAnimationListener(AnimationListener) - Method in interface com.jgoodies.animation.Animation
-
Adds the given
AnimationListener
to this animation. - alphaColor(AnimationFunction<Integer>, Color) - Static method in class com.jgoodies.animation.AnimationFunctions
-
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.
- AlphaColorAnimationFunction(AnimationFunction<Integer>, Color) - Constructor for class com.jgoodies.animation.AnimationFunctions.AlphaColorAnimationFunction
- alphaFunction - Variable in class com.jgoodies.animation.AnimationFunctions.ColorFunction
-
Refers to an AnimationFunction of float values that maps a time to the alpha value of an sRGB color value.
- anchor() - Method in class com.jgoodies.animation.swing.components.AnimatedLabel
- angle - Variable in class com.jgoodies.animation.renderer.FanRenderer.Triangle
- 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 interface 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.
- animated - Variable in class com.jgoodies.animation.swing.components.AnimatedLabel
- AnimatedLabel - Class in com.jgoodies.animation.swing.components
-
An anti-aliased text label that can animate text changes using a blend over effect.
- AnimatedLabel() - Constructor for class com.jgoodies.animation.swing.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.swing.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.swing.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.swing.components.AnimatedLabel
-
Constructs an
AnimatedLabel
with the given properties. - AnimatedLabel.AntiAliasedLabel - Class in com.jgoodies.animation.swing.components
- AnimatedLabel.BlendOverAnimation - Class in com.jgoodies.animation.swing.components
-
An animation that changes the colors of overlapping labels to implement a blend over effect.
- animation - Variable in class com.jgoodies.animation.Animations.OffsetAnimation
- animation - Variable in class com.jgoodies.animation.Animations.RepeatedAnimation
- animation - Variable in class com.jgoodies.animation.Animations.ReversedAnimation
- animation - Variable in class com.jgoodies.animation.Animator
- animation - Variable in class com.jgoodies.animation.swing.components.AnimatedLabel
- animation() - Method in class com.jgoodies.animation.Animator
-
Returns the animator's animation.
- animation() - Method in class com.jgoodies.animation.swing.components.AnimatedLabel
-
Lazily creates and returns the blend over animation.
- animation(BasicTextLabel, long, String, Color, int) - Static method in class com.jgoodies.animation.swing.animations.BasicTextAnimations
- Animation - Interface in com.jgoodies.animation
-
This interface describes time based animations.
- AnimationAdapter - Class in com.jgoodies.animation
-
An adapter that implements the
AnimationListener
interface. - AnimationAdapter() - Constructor for class com.jgoodies.animation.AnimationAdapter
- AnimationEvent - Class in com.jgoodies.animation
-
An immutable object that describes events appropriate for animations with the source animation, the type (started, stopped), and the time the event has happened.
- AnimationEvent(Animation, AnimationEvent.Type, long) - Constructor for class com.jgoodies.animation.AnimationEvent
-
Constructs an
AnimationEvent
for the initiating animation, event type, and time. - AnimationEvent.Type - Enum in com.jgoodies.animation
-
Enumerates the animation event types: started and stopped.
- AnimationFunction<T> - Interface in com.jgoodies.animation
-
This interface describes time-based animation functions by their duration and a mapping from time to arbitrary values.
- AnimationFunctions - Class in com.jgoodies.animation
-
This class consists only of static methods that construct and operate on
AnimationFunction
s. - AnimationFunctions() - Constructor for class com.jgoodies.animation.AnimationFunctions
- AnimationFunctions.AlphaColorAnimationFunction - Class in com.jgoodies.animation
-
Helper class for animation functions that answer translucent colors.
- AnimationFunctions.ColorFunction - Class in com.jgoodies.animation
-
Helper class for interpolating colors.
- AnimationFunctions.InterpolatedAnimationFunction<T> - Class in com.jgoodies.animation
-
Helper class for interpolation based animation functions.
- AnimationFunctions.InterpolationMode - Enum in com.jgoodies.animation
- AnimationFunctions.RandomAnimationFunction - Class in com.jgoodies.animation
-
Produces and returns random Integer values.
- AnimationFunctions.RepeatedAnimationFunction<T> - Class in com.jgoodies.animation
-
Helper class used to repeat or sequence an animation function.
- AnimationFunctions.ReversedAnimationFunction<T> - Class in com.jgoodies.animation
-
Helper class for reversing an animation function.
- AnimationFunctions.SequencedAnimationFunction<T> - Class in com.jgoodies.animation
-
Helper class to compose an animation functions from a sequences of such functions.
- AnimationListener - Interface in com.jgoodies.animation
-
Defines an interface for objects that listen to animation events.
- AnimationRenderer - Interface in com.jgoodies.animation.renderer
-
This interface describes renderers for use in animations and so helps build render containers and animated panels.
- animations - Variable in class com.jgoodies.animation.Animations.ParallelAnimation
- animations - Variable in class com.jgoodies.animation.Animations.SequencedAnimation
- Animations - Class in com.jgoodies.animation
-
This class consists only of static methods that either operate on animations or create useful standard animations.
- Animations() - Constructor for class com.jgoodies.animation.Animations
- Animations.OffsetAnimation - Class in com.jgoodies.animation
-
Helper class that wraps an animation to give it a time offset.
- Animations.OneTimeAnimation - Class in com.jgoodies.animation
-
Used to apply an effect one-time only.
- Animations.ParallelAnimation - Class in com.jgoodies.animation
-
Helper class to parallelize animations.
- Animations.PauseAnimation - Class in com.jgoodies.animation
-
Helper class for a pause, an animation, that has no effect.
- Animations.RepeatedAnimation - Class in com.jgoodies.animation
-
Helper class to repeat an animation.
- Animations.ReversedAnimation - Class in com.jgoodies.animation
-
Helper class to reverse an animation over the time.
- Animations.SequencedAnimation - Class in com.jgoodies.animation
-
Helper class to create a sequence of animations.
- animationStarted(AnimationEvent) - Method in class com.jgoodies.animation.AnimationAdapter
-
Invoked if the animation has been started.
- animationStarted(AnimationEvent) - Method in interface com.jgoodies.animation.AnimationListener
-
Invoked if the observed animation has been started.
- animationStopped(AnimationEvent) - Method in class com.jgoodies.animation.AnimationAdapter
-
Invoked if the animation has been stopped.
- animationStopped(AnimationEvent) - Method in interface com.jgoodies.animation.AnimationListener
-
Invoked if the observed animation has been stopped.
- animationStopped(AnimationEvent) - Method in class com.jgoodies.animation.AnimationUtils.StopListener
- AnimationUtils - Class in com.jgoodies.animation
-
Provides some behavior useful in the animation framework, or to implement custom animation functions and animations.
- AnimationUtils() - Constructor for class com.jgoodies.animation.AnimationUtils
- AnimationUtils.StopListener - Class in com.jgoodies.animation
-
Performs a runnable at animation stop in the event dispatch thread (EDT).
- animator - Variable in class com.jgoodies.animation.swing.components.AnimatedLabel
- Animator - Class in com.jgoodies.animation
-
Starts and stops an animation and triggers the animation at a given frame rate.
- Animator(Animation, int) - Constructor for class com.jgoodies.animation.Animator
-
Constructs an Animator for the given animation and frame rate.
- AntiAliasedLabel(String, int, int) - Constructor for class com.jgoodies.animation.swing.components.AnimatedLabel.AntiAliasedLabel
-
Constructs an
AntiAliasedLabel
for the given text, font style and font extra size. - 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.OffsetAnimation
- applyEffect(long) - Method in class com.jgoodies.animation.Animations.ParallelAnimation
- applyEffect(long) - Method in class com.jgoodies.animation.Animations.PauseAnimation
- applyEffect(long) - Method in class com.jgoodies.animation.Animations.RepeatedAnimation
- applyEffect(long) - Method in class com.jgoodies.animation.Animations.ReversedAnimation
- applyEffect(long) - Method in class com.jgoodies.animation.Animations.SequencedAnimation
- applyEffect(long) - Method in class com.jgoodies.animation.swing.animations.BasicTextAnimation
-
Applies the effect: sets color, spacing, scaling and offset, the latter only if enabled.
- applyEffect(long) - Method in class com.jgoodies.animation.swing.animations.FanAnimation
-
Applies the effect: sets the time-based rotation.
- applyEffect(long) - Method in class com.jgoodies.animation.swing.animations.GlyphAnimation
-
Applies the effect: sets the text and time.
- applyEffect(long) - Method in class com.jgoodies.animation.swing.components.AnimatedLabel.BlendOverAnimation
-
Applies the effect: sets the text and time.
- aRotation - Variable in class com.jgoodies.animation.renderer.FanRenderer.Triangle
B
- background - Variable in class com.jgoodies.animation.swing.components.AnimatedLabel
- baseColor - Variable in class com.jgoodies.animation.AnimationFunctions.AlphaColorAnimationFunction
- baseColor - Variable in class com.jgoodies.animation.swing.components.AnimatedLabel
- BasicTextAnimation - Class in com.jgoodies.animation.swing.animations
-
A basic text animation that fades in a text, changes the x and y scaling, the position, and the space between glyphs.
- BasicTextAnimation(BasicTextLabel, long, String, AnimationFunction<Color>, AnimationFunction<Float>, AnimationFunction<Float>, AnimationFunction<Float>) - Constructor for class com.jgoodies.animation.swing.animations.BasicTextAnimation
-
Constructs a text animation that fades in a text, scales it and fades it out.
- BasicTextAnimations - Class in com.jgoodies.animation.swing.animations
-
Provides a text animation that shows an overlapping sequence of texts using a bunch of different effects: color fade, scaling, glyph spacing.
- BasicTextAnimations() - Constructor for class com.jgoodies.animation.swing.animations.BasicTextAnimations
- BasicTextLabel - Class in com.jgoodies.animation.swing.components
-
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.swing.components.BasicTextLabel
-
Constructs a animation text Swing label with an empty initial text.
- BasicTextLabel(String) - Constructor for class com.jgoodies.animation.swing.components.BasicTextLabel
-
Constructs a animation text Swing label for the given text.
- BasicTextRenderer - Class in com.jgoodies.animation.renderer
-
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.
- beginTime - Variable in class com.jgoodies.animation.Animations.OffsetAnimation
- BlendOverAnimation(long) - Constructor for class com.jgoodies.animation.swing.components.AnimatedLabel.BlendOverAnimation
-
Constructs an animation that changes the colors of the prefix and suffix labels over the duration.
- blueFunction - Variable in class com.jgoodies.animation.AnimationFunctions.ColorFunction
-
Refers to an AnimationFunction of float values that maps a time to the blue component of an sRGB color value.
- build() - Method in class com.jgoodies.animation.swing.components.AnimatedLabel
C
- cachedGlyphShapes - Variable in class com.jgoodies.animation.renderer.AbstractTextRenderer
- cachedGlyphVector - Variable in class com.jgoodies.animation.renderer.AbstractTextRenderer
- cachedTextAscent - Variable in class com.jgoodies.animation.renderer.AbstractTextRenderer
- cachedTextHeight - Variable in class com.jgoodies.animation.renderer.AbstractTextRenderer
- cachedTextWidth - Variable in class com.jgoodies.animation.renderer.AbstractTextRenderer
- cacheValid - Variable in class com.jgoodies.animation.renderer.AbstractTextRenderer
- CAPITAL_ASCENT - Static variable in class com.jgoodies.animation.renderer.HeightMode
- capitalMAscent - Variable in class com.jgoodies.animation.renderer.AbstractTextRenderer
- center - Variable in class com.jgoodies.animation.swing.components.CircleComponent
- CENTER - Static variable in class com.jgoodies.animation.swing.components.AnimatedLabel
- changeProbability - Variable in class com.jgoodies.animation.AnimationFunctions.RandomAnimationFunction
- 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.
- checkValidKeyTimes(int, float[]) - Static method in class com.jgoodies.animation.AnimationFunctions.InterpolatedAnimationFunction
- cinemaFadeColorFunction(long, Color) - Static method in class com.jgoodies.animation.swing.animations.BasicTextAnimation
-
Creates and returns the color animation function for the default fade.
- CircleComponent - Class in com.jgoodies.animation.swing.components
-
A Swing component that paints a circle with a given center, radius and color.
- CircleComponent() - Constructor for class com.jgoodies.animation.swing.components.CircleComponent
-
Constructs a
CircleComponent
. - color - Variable in class com.jgoodies.animation.renderer.AbstractTextRenderer
- color - Variable in class com.jgoodies.animation.renderer.FanRenderer.Triangle
- color - Variable in class com.jgoodies.animation.swing.components.CircleComponent
- colorAt(int) - Method in class com.jgoodies.animation.renderer.GlyphRenderer
- colorFunction - Variable in class com.jgoodies.animation.renderer.GlyphRenderer
- colorFunction - Variable in class com.jgoodies.animation.swing.animations.BasicTextAnimation
- ColorFunction(long, Color[], float[]) - Constructor for class com.jgoodies.animation.AnimationFunctions.ColorFunction
-
Creates an
AnimationFunction
that maps times to instances ofColor
. - com.jgoodies.animation - package com.jgoodies.animation
-
Contains the core types of the JGoodies Animation library.
- com.jgoodies.animation.renderer - package com.jgoodies.animation.renderer
-
Contains prepared animation renderers.
- com.jgoodies.animation.swing.animations - package com.jgoodies.animation.swing.animations
-
Contains a bunch of prepared animations and animation factories.
- com.jgoodies.animation.swing.components - package com.jgoodies.animation.swing.components
-
Consists of a bunch of prepared animated components.
- concat(AnimationFunction<T>...) - Static method in class com.jgoodies.animation.AnimationFunctions
-
Concatenates the given animation functions and returns a compound animation function that represents the concatenation.
- constant(long, T) - Static method in class com.jgoodies.animation.AnimationFunctions
-
Creates and returns an animation function that returns a constant value over the given duration.
- createBoldLabel(int, Color) - Static method in class com.jgoodies.animation.swing.components.AnimatedLabel
-
Creates and returns an anti-aliased label with a bold font for the specified size increment and foreground color.
- createDefaultFont() - Static method in class com.jgoodies.animation.renderer.AbstractTextRenderer
-
Creates and returns a default font object.
- createPolygon(double, double, double) - Static method in class com.jgoodies.animation.renderer.FanRenderer.Triangle
- createSectors(int, Color) - Static method in class com.jgoodies.animation.renderer.FanRenderer
- createTextSequence(BasicTextLabel, BasicTextLabel, long, long, String, Color, int) - Static method in class com.jgoodies.animation.swing.animations.BasicTextAnimations
-
Creates and returns the default glyph spacing text sequence.
- createTimer(int) - Method in class com.jgoodies.animation.Animator
-
Creates and configures a
Timer
object. - cumulatedDuration(List<Animation>) - Static method in class com.jgoodies.animation.Animations.SequencedAnimation
D
- DEFAULT_ANIMATION_FPS - Static variable in class com.jgoodies.animation.swing.components.AnimatedLabel
- DEFAULT_ANTICLOCKWISE_ROTATION - Static variable in class com.jgoodies.animation.swing.animations.FanAnimation
- DEFAULT_BASE_COLOR - Static variable in class com.jgoodies.animation.swing.components.AnimatedLabel
- DEFAULT_CLOCKWISE_ROTATION - Static variable in class com.jgoodies.animation.swing.animations.FanAnimation
- DEFAULT_DURATION - Static variable in class com.jgoodies.animation.swing.components.AnimatedLabel
- DEFAULT_FONT_EXTRA_SIZE - Static variable in class com.jgoodies.animation.swing.components.AnimatedLabel
- defaultColorFunction(long, Color) - Static method in class com.jgoodies.animation.swing.components.GlyphLabel
-
Creates and returns the default color function for the given duration and base color.
- defaultFade(BasicTextLabel, long, String, Color) - Static method in class com.jgoodies.animation.swing.animations.BasicTextAnimation
-
Creates and returns an animation for a text fade-in and -out.
- defaultFade(BasicTextLabel, BasicTextLabel, long, long, String, Color) - Static method in class com.jgoodies.animation.swing.animations.BasicTextAnimations
-
Creates and answers the default color fade text sequence.
- defaultFadeColorFunction(long, Color) - Static method in class com.jgoodies.animation.swing.animations.BasicTextAnimation
-
Creates and returns the color animation function for the default fade.
- defaultFan(FanComponent, long) - Static method in class com.jgoodies.animation.swing.animations.FanAnimation
-
Creates and answers the default fan animation.
- defaultOffsetFunction() - Static method in class com.jgoodies.animation.swing.animations.BasicTextAnimation
-
Returns the animation function for the default random position offset.
- defaultRotationFunction(long) - Static method in class com.jgoodies.animation.swing.animations.FanAnimation
-
Creates and answers an animation function for the default rotation.
- defaultScale(BasicTextLabel, long, String, Color) - Static method in class com.jgoodies.animation.swing.animations.BasicTextAnimation
-
Creates and answers an animation, that provides a text fade-in and -out and scales the text while fading out.
- defaultScale(BasicTextLabel, BasicTextLabel, long, long, String, Color) - Static method in class com.jgoodies.animation.swing.animations.BasicTextAnimations
-
Creates and answers the default scaling text sequence.
- defaultScaleColorFunction(long, Color) - Static method in class com.jgoodies.animation.swing.animations.BasicTextAnimation
-
Creates and returns the animation function for the default scaling.
- defaultScaleFunction(long) - Static method in class com.jgoodies.animation.swing.animations.BasicTextAnimation
-
Creates and returns the default scaling animation function.
- defaultScaleFunction(long) - Static method in class com.jgoodies.animation.swing.components.GlyphLabel
-
Creates and returns the default scale function for the given duration.
- defaultSpace(BasicTextLabel, long, String, Color) - Static method in class com.jgoodies.animation.swing.animations.BasicTextAnimation
-
Creates and answers an animation, that provides a text fade-in and -out and increases the glyph spacing.
- defaultSpace(BasicTextLabel, BasicTextLabel, long, long, String, Color) - Static method in class com.jgoodies.animation.swing.animations.BasicTextAnimations
-
Creates and answers the default glyph spacing text sequence.
- defaultSpaceColorFunction(long, Color) - Static method in class com.jgoodies.animation.swing.animations.BasicTextAnimation
-
Creates and answers the color animation function for the default spacing animation.
- defaultSpaceFunction(long) - Static method in class com.jgoodies.animation.swing.animations.BasicTextAnimation
-
Creates and returns the default spacing animation function.
- discrete(long, T...) - Static method in class com.jgoodies.animation.AnimationFunctions
-
Creates and returns a discrete animation function for the given duration and values.
- discrete(long, T[], 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.
- DISCRETE - com.jgoodies.animation.AnimationFunctions.InterpolationMode
- discreteValueAt(long) - Method in class com.jgoodies.animation.AnimationFunctions.InterpolatedAnimationFunction
- duration - Variable in class com.jgoodies.animation.AbstractAnimation
- duration - Variable in class com.jgoodies.animation.AbstractAnimationFunction
-
Describes this animation function's duration.
- duration - Variable in class com.jgoodies.animation.swing.components.AnimatedLabel
- 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 interface com.jgoodies.animation.Animation
-
Returns this animation's duration.
- duration() - Method in interface com.jgoodies.animation.AnimationFunction
-
Returns the length of this function's valid time interval.
- duration() - Method in class com.jgoodies.animation.AnimationFunctions.AlphaColorAnimationFunction
- duration() - Method in class com.jgoodies.animation.AnimationFunctions.RandomAnimationFunction
- duration() - Method in class com.jgoodies.animation.AnimationFunctions.SequencedAnimationFunction
E
- effectApplied - Variable in class com.jgoodies.animation.Animations.OneTimeAnimation
- elapsedTime - Variable in class com.jgoodies.animation.Animator
- elapsedTime() - Method in class com.jgoodies.animation.Animator
-
Returns the elapsed time since animation start.
- ensureCapitalMAscentComputed(FontRenderContext) - Method in class com.jgoodies.animation.renderer.AbstractTextRenderer
-
Ensures that the ascent of a capital M has been computed.
- ensureValidCache(Graphics2D) - Method in class com.jgoodies.animation.renderer.AbstractTextRenderer
F
- f - Variable in class com.jgoodies.animation.AnimationFunctions.RepeatedAnimationFunction
- f - Variable in class com.jgoodies.animation.AnimationFunctions.ReversedAnimationFunction
- FADE_TYPE - Static variable in class com.jgoodies.animation.swing.animations.BasicTextAnimations
- fAlpha - Variable in class com.jgoodies.animation.AnimationFunctions.AlphaColorAnimationFunction
- fan - Variable in class com.jgoodies.animation.swing.animations.FanAnimation
- FanAnimation - Class in com.jgoodies.animation.swing.animations
-
An animation that rotates a fan that consists of a set of translucent sectors.
- FanAnimation(FanComponent, long, AnimationFunction<Float>) - Constructor for class com.jgoodies.animation.swing.animations.FanAnimation
-
Constructs an animation that rotates a fan using the given fan component, duration and rotation animation function.
- FanComponent - Class in com.jgoodies.animation.swing.components
-
A Swing component that paints a set of triangles as a fan.
- FanComponent(int, Color) - Constructor for class com.jgoodies.animation.swing.components.FanComponent
-
Constructs a
FanComponent
for the specified number of triangles and base color. - FanRenderer - Class in com.jgoodies.animation.renderer
-
Paints two colored and often translucent fans that can be rotated.
- FanRenderer(int, Color) - Constructor for class com.jgoodies.animation.renderer.FanRenderer
- FanRenderer(FanRenderer.Triangle[]) - Constructor for class com.jgoodies.animation.renderer.FanRenderer
- FanRenderer.Triangle - Class in com.jgoodies.animation.renderer
-
A helper class that models and renders a single sector.
- 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.
- font - Variable in class com.jgoodies.animation.renderer.AbstractTextRenderer
- fontExtraSize - Variable in class com.jgoodies.animation.swing.components.AnimatedLabel.AntiAliasedLabel
- fontStyle - Variable in class com.jgoodies.animation.swing.components.AnimatedLabel.AntiAliasedLabel
- foreground - Variable in class com.jgoodies.animation.swing.components.AnimatedLabel
- fps - Variable in class com.jgoodies.animation.swing.components.AnimatedLabel
- framesPerSecond - Variable in class com.jgoodies.animation.Animator
- framesPerSecond() - Method in class com.jgoodies.animation.Animator
-
Returns the desired frame rate.
- freezed - Variable in class com.jgoodies.animation.AbstractAnimation
- 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
-
Creates and returns a linear animation function with the given duration.
- functions - Variable in class com.jgoodies.animation.AnimationFunctions.SequencedAnimationFunction
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.swing.components.BasicTextLabel
- getDefaultOrigin(int, int) - Static method in class com.jgoodies.animation.renderer.FanRenderer
- getDuration() - Method in class com.jgoodies.animation.swing.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.swing.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.swing.components.BasicTextLabel
- getHeightMode() - Method in class com.jgoodies.animation.swing.components.GlyphLabel
- getOffsetX() - Method in class com.jgoodies.animation.renderer.BasicTextRenderer
- getOffsetX() - Method in class com.jgoodies.animation.swing.components.BasicTextLabel
- getOffsetY() - Method in class com.jgoodies.animation.renderer.BasicTextRenderer
- getOffsetY() - Method in class com.jgoodies.animation.swing.components.BasicTextLabel
- getOrigin() - Method in class com.jgoodies.animation.renderer.FanRenderer
- getOrigin() - Method in class com.jgoodies.animation.swing.components.FanComponent
- getRotation() - Method in class com.jgoodies.animation.renderer.FanRenderer
- getRotation() - Method in class com.jgoodies.animation.swing.components.FanComponent
- getScale() - Method in class com.jgoodies.animation.swing.components.BasicTextLabel
- getScaleX() - Method in class com.jgoodies.animation.renderer.BasicTextRenderer
- getScaleX() - Method in class com.jgoodies.animation.swing.components.BasicTextLabel
- getScaleY() - Method in class com.jgoodies.animation.renderer.BasicTextRenderer
- getScaleY() - Method in class com.jgoodies.animation.swing.components.BasicTextLabel
- getSource() - Method in class com.jgoodies.animation.AnimationEvent
-
Returns the animation the has originated this event.
- getSpace() - Method in class com.jgoodies.animation.renderer.BasicTextRenderer
- getSpace() - Method in class com.jgoodies.animation.swing.components.BasicTextLabel
- getText() - Method in class com.jgoodies.animation.renderer.AbstractTextRenderer
- getText() - Method in class com.jgoodies.animation.swing.components.AnimatedLabel
-
Returns the text of the foreground label.
- getText() - Method in class com.jgoodies.animation.swing.components.BasicTextLabel
- getText() - Method in class com.jgoodies.animation.swing.components.GlyphLabel
- getTime() - Method in class com.jgoodies.animation.renderer.GlyphRenderer
- getTime() - Method in class com.jgoodies.animation.swing.components.GlyphLabel
- getTranslucentColor(int) - Method in class com.jgoodies.animation.swing.components.AnimatedLabel
-
Creates and returns a translucent color with the label's base color.
- GlyphAnimation - Class in com.jgoodies.animation.swing.animations
-
A text based animation that changes the scaling of the text's individual glyphs over the time.
- GlyphAnimation(GlyphLabel, long, long, String) - Constructor for class com.jgoodies.animation.swing.animations.GlyphAnimation
-
Constructs an animation that changes the scaling of individual glyphs over the duration.
- glyphDelay - Variable in class com.jgoodies.animation.renderer.GlyphRenderer
- GlyphLabel - Class in com.jgoodies.animation.swing.components
-
A Swing component that can transform a text's individual glyphs.
- GlyphLabel(String, long, long) - Constructor for class com.jgoodies.animation.swing.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.swing.components.GlyphLabel
-
Creates a
GlyphLabel
for the given text, duration, base color and delay between the individual glyphs. - GlyphRenderer - Class in com.jgoodies.animation.renderer
-
Renders the glyphs of a string with individual scaling, transform, and color.
- GlyphRenderer(String, AnimationFunction<Float>, AnimationFunction<Float>, AnimationFunction<Color>, long) - Constructor for class com.jgoodies.animation.renderer.GlyphRenderer
-
Constructs a
GlyphRenderer
that paints individual glyphs with different transforms. - greenFunction - Variable in class com.jgoodies.animation.AnimationFunctions.ColorFunction
-
Refers to an AnimationFunction of float values that maps a time to the green component of an sRGB color value.
H
- heightMode - Variable in class com.jgoodies.animation.renderer.AbstractTextRenderer
- HeightMode - Class in com.jgoodies.animation.renderer
-
A type-safe enumeration used to vertically align texts by using the capital or text ascent, or the text's height.
- HeightMode(String) - Constructor for class com.jgoodies.animation.renderer.HeightMode
I
- indexAt(long, int) - Method in class com.jgoodies.animation.AnimationFunctions.InterpolatedAnimationFunction
- initComponents(int) - Method in class com.jgoodies.animation.swing.components.AnimatedLabel
-
Creates and configures the UI components.
- InterpolatedAnimationFunction(long, T[], float[], AnimationFunctions.InterpolationMode) - Constructor for class com.jgoodies.animation.AnimationFunctions.InterpolatedAnimationFunction
- interpolateLinear(T, T, long, long) - Method in class com.jgoodies.animation.AnimationFunctions.InterpolatedAnimationFunction
-
Currently we provide only linear interpolations that are based on floats.
- InterpolationMode() - Constructor for enum com.jgoodies.animation.AnimationFunctions.InterpolationMode
- invalidateCache() - Method in class com.jgoodies.animation.renderer.AbstractTextRenderer
-
Invalidates the cache.
- invokeOnStop(Animation, Runnable) - Static method in class com.jgoodies.animation.AnimationUtils
-
Invokes the given runnable in the EDT when the specified animation stopped.
- isAnimated() - Method in class com.jgoodies.animation.swing.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.swing.animations.BasicTextAnimation
-
Answers whether the random position offset is enabled.
K
- keyTimes - Variable in class com.jgoodies.animation.AnimationFunctions.InterpolatedAnimationFunction
L
- label - Variable in class com.jgoodies.animation.swing.animations.BasicTextAnimation
- label - Variable in class com.jgoodies.animation.swing.animations.GlyphAnimation
- labels - Variable in class com.jgoodies.animation.swing.components.AnimatedLabel
- LEFT - Static variable in class com.jgoodies.animation.swing.components.AnimatedLabel
- linear(long, T[]) - 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, T[], 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.
- LINEAR - com.jgoodies.animation.AnimationFunctions.InterpolationMode
- linearColors(long, Color[], float[]) - Static method in class com.jgoodies.animation.AnimationFunctions
-
Creates an
AnimationFunction
that maps times to instances ofColor
. - linearValueAt(long) - Method in class com.jgoodies.animation.AnimationFunctions.InterpolatedAnimationFunction
- listenerList - Variable in class com.jgoodies.animation.AbstractAnimation
M
- max - Variable in class com.jgoodies.animation.AnimationFunctions.RandomAnimationFunction
- maxDuration(List<Animation>) - Static method in class com.jgoodies.animation.Animations.ParallelAnimation
- min - Variable in class com.jgoodies.animation.AnimationFunctions.RandomAnimationFunction
- mode - Variable in class com.jgoodies.animation.AnimationFunctions.InterpolatedAnimationFunction
N
- name - Variable in enum com.jgoodies.animation.AnimationEvent.Type
- name - Variable in class com.jgoodies.animation.renderer.HeightMode
- nextColor(Color) - Static method in class com.jgoodies.animation.renderer.FanRenderer
O
- offset(Animation, long) - 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.
- OffsetAnimation(long, Animation) - Constructor for class com.jgoodies.animation.Animations.OffsetAnimation
- offsetEnabled - Variable in class com.jgoodies.animation.swing.animations.BasicTextAnimation
- offsetFunction - Variable in class com.jgoodies.animation.swing.animations.BasicTextAnimation
- offsetX - Variable in class com.jgoodies.animation.renderer.BasicTextRenderer
- offsetY - Variable in class com.jgoodies.animation.renderer.BasicTextRenderer
- ONE - Static variable in class com.jgoodies.animation.AnimationFunctions
-
A constant
AnimationFunction
that returns1f
all the time. - OneTimeAnimation() - Constructor for class com.jgoodies.animation.Animations.OneTimeAnimation
-
Constructs a
OneTimeAnimation
. - orientation - Variable in class com.jgoodies.animation.swing.components.AnimatedLabel
- origin - Variable in class com.jgoodies.animation.renderer.FanRenderer
P
- paint(Graphics) - Method in class com.jgoodies.animation.swing.components.AnimatedLabel.AntiAliasedLabel
-
Enables text anti-aliasing on, paints, and restores the old state.
- paintComponent(Graphics) - Method in class com.jgoodies.animation.swing.components.BasicTextLabel
-
Paints the component.
- paintComponent(Graphics) - Method in class com.jgoodies.animation.swing.components.CircleComponent
-
Paints the circle with anti-aliasing enabled.
- paintComponent(Graphics) - Method in class com.jgoodies.animation.swing.components.FanComponent
-
Delegates painting to the fan renderer.
- paintComponent(Graphics) - Method in class com.jgoodies.animation.swing.components.GlyphLabel
-
Paints the component.
- parallel(Animation...) - Static method in class com.jgoodies.animation.Animations
-
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<Animation>) - 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.
- ParallelAnimation(List<Animation>) - Constructor for class com.jgoodies.animation.Animations.ParallelAnimation
- pause(long) - Static method in class com.jgoodies.animation.Animations
-
Creates and returns a pausing animation that has no effect but a duration.
- PauseAnimation(long) - Constructor for class com.jgoodies.animation.Animations.PauseAnimation
- PROPERTY_ANIMATED - Static variable in class com.jgoodies.animation.swing.components.AnimatedLabel
- PROPERTY_COLOR - Static variable in class com.jgoodies.animation.swing.components.BasicTextLabel
- PROPERTY_DURATION - Static variable in class com.jgoodies.animation.swing.components.AnimatedLabel
- PROPERTY_FOREGROUND - Static variable in class com.jgoodies.animation.swing.components.AnimatedLabel
- PROPERTY_HEIGHT_MODE - Static variable in class com.jgoodies.animation.swing.components.BasicTextLabel
- PROPERTY_HEIGHT_MODE - Static variable in class com.jgoodies.animation.swing.components.GlyphLabel
- PROPERTY_OFFSET_X - Static variable in class com.jgoodies.animation.swing.components.BasicTextLabel
- PROPERTY_OFFSET_Y - Static variable in class com.jgoodies.animation.swing.components.BasicTextLabel
- PROPERTY_SCALE - Static variable in class com.jgoodies.animation.swing.components.BasicTextLabel
- PROPERTY_SCALE_X - Static variable in class com.jgoodies.animation.swing.components.BasicTextLabel
- PROPERTY_SCALE_Y - Static variable in class com.jgoodies.animation.swing.components.BasicTextLabel
- PROPERTY_SPACE - Static variable in class com.jgoodies.animation.swing.components.BasicTextLabel
- PROPERTY_TEXT - Static variable in class com.jgoodies.animation.swing.components.AnimatedLabel
- PROPERTY_TEXT - Static variable in class com.jgoodies.animation.swing.components.BasicTextLabel
- PROPERTY_TEXT - Static variable in class com.jgoodies.animation.swing.components.GlyphLabel
- PROPERTY_TIME - Static variable in class com.jgoodies.animation.swing.components.GlyphLabel
R
- radius - Variable in class com.jgoodies.animation.swing.components.CircleComponent
- random - Variable in class com.jgoodies.animation.AnimationFunctions.RandomAnimationFunction
- 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.
- RANDOM - Static variable in class com.jgoodies.animation.renderer.FanRenderer
- RandomAnimationFunction(int, int, float) - Constructor for class com.jgoodies.animation.AnimationFunctions.RandomAnimationFunction
- redFunction - Variable in class com.jgoodies.animation.AnimationFunctions.ColorFunction
-
Refers to an AnimationFunction of float values that maps a time to the red component of an sRGB color value.
- registerStopListener() - Method in class com.jgoodies.animation.Animator
-
Registers a listener that stops the animator if the animation stopped.
- relativeTime(int) - Method in class com.jgoodies.animation.renderer.GlyphRenderer
- removeAnimationListener(AnimationListener) - Method in class com.jgoodies.animation.AbstractAnimation
-
Removes an
AnimationListener
to this animation. - removeAnimationListener(AnimationListener) - Method in interface com.jgoodies.animation.Animation
-
Removes the given
AnimationListener
from this animation. - render(Graphics2D, double) - Method in class com.jgoodies.animation.renderer.FanRenderer.Triangle
- render(Graphics2D, int, int) - Method in interface com.jgoodies.animation.renderer.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
- render(Graphics2D, int, int) - Method in class com.jgoodies.animation.renderer.GlyphRenderer
-
Renders the text.
- renderer - Variable in class com.jgoodies.animation.swing.components.BasicTextLabel
-
Refers to the object that renders the text onto a graphics2D.
- renderer - Variable in class com.jgoodies.animation.swing.components.FanComponent
- renderer - Variable in class com.jgoodies.animation.swing.components.GlyphLabel
-
Refers to the renderer that paints the individual glyphs.
- repeat(AnimationFunction<T>, 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(Animation, float) - Static method in class com.jgoodies.animation.Animations
-
Creates and returns an animation that is defined by repeating the given animation.
- repeat(Animation, long) - Static method in class com.jgoodies.animation.Animations
-
Creates and returns an animation that is defined by repeating the given animation for the given duration.
- RepeatedAnimation(long, Animation) - Constructor for class com.jgoodies.animation.Animations.RepeatedAnimation
- RepeatedAnimationFunction(AnimationFunction<T>, long) - Constructor for class com.jgoodies.animation.AnimationFunctions.RepeatedAnimationFunction
- reverse(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(AnimationFunction<T>) - 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.
- ReversedAnimation(Animation) - Constructor for class com.jgoodies.animation.Animations.ReversedAnimation
- ReversedAnimationFunction(AnimationFunction<T>) - Constructor for class com.jgoodies.animation.AnimationFunctions.ReversedAnimationFunction
- RIGHT - Static variable in class com.jgoodies.animation.swing.components.AnimatedLabel
- rotation - Variable in class com.jgoodies.animation.renderer.FanRenderer
- rotationFunction - Variable in class com.jgoodies.animation.swing.animations.FanAnimation
- runnable - Variable in class com.jgoodies.animation.AnimationUtils.StopListener
S
- SCALE_TYPE - Static variable in class com.jgoodies.animation.swing.animations.BasicTextAnimations
- scaleAt(int) - Method in class com.jgoodies.animation.renderer.GlyphRenderer
- scaleFunction - Variable in class com.jgoodies.animation.renderer.GlyphRenderer
- scaleX - Variable in class com.jgoodies.animation.renderer.BasicTextRenderer
- scaleXFunction - Variable in class com.jgoodies.animation.swing.animations.BasicTextAnimation
- scaleY - Variable in class com.jgoodies.animation.renderer.BasicTextRenderer
- scaleYFunction - Variable in class com.jgoodies.animation.swing.animations.BasicTextAnimation
- SequencedAnimation(List<Animation>) - Constructor for class com.jgoodies.animation.Animations.SequencedAnimation
- SequencedAnimationFunction(List<AnimationFunction<T>>) - Constructor for class com.jgoodies.animation.AnimationFunctions.SequencedAnimationFunction
- sequential(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<Animation>) - 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.
- setAlpha(int, int) - Method in class com.jgoodies.animation.swing.components.AnimatedLabel
-
Sets the foreground and background colors in the event dispatch thread.
- setAlpha0(int, int) - Method in class com.jgoodies.animation.swing.components.AnimatedLabel
-
Sets the foreground and background colors using the given alpha values.
- setAnimated(boolean) - Method in class com.jgoodies.animation.swing.components.AnimatedLabel
-
Enables or disables the blend over effect.
- setBounds(int, int, int, int) - Method in class com.jgoodies.animation.swing.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.swing.components.CircleComponent
- setColor(Color) - Method in class com.jgoodies.animation.renderer.AbstractTextRenderer
- setColor(Color) - Method in class com.jgoodies.animation.swing.components.BasicTextLabel
- setColor(Color) - Method in class com.jgoodies.animation.swing.components.CircleComponent
- setDuration(long) - Method in class com.jgoodies.animation.swing.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.swing.components.AnimatedLabel
-
Sets a new foreground base color.
- setHeightMode(HeightMode) - Method in class com.jgoodies.animation.renderer.AbstractTextRenderer
- setHeightMode(HeightMode) - Method in class com.jgoodies.animation.swing.components.BasicTextLabel
- setHeightMode(HeightMode) - Method in class com.jgoodies.animation.swing.components.GlyphLabel
- setOffsetEnabled(boolean) - Method in class com.jgoodies.animation.swing.animations.BasicTextAnimation
-
Enables or disables the random position offset.
- setOffsetX(float) - Method in class com.jgoodies.animation.renderer.BasicTextRenderer
- setOffsetX(float) - Method in class com.jgoodies.animation.swing.components.BasicTextLabel
- setOffsetY(float) - Method in class com.jgoodies.animation.renderer.BasicTextRenderer
- setOffsetY(float) - Method in class com.jgoodies.animation.swing.components.BasicTextLabel
- setOrigin(Point2D) - Method in class com.jgoodies.animation.renderer.FanRenderer
- setOrigin(Point2D) - Method in class com.jgoodies.animation.swing.components.FanComponent
-
Sets a new origin of the fan.
- setRadius(int) - Method in class com.jgoodies.animation.swing.components.CircleComponent
- setRotation(double) - Method in class com.jgoodies.animation.renderer.FanRenderer
- setRotation(double) - Method in class com.jgoodies.animation.swing.components.FanComponent
-
Sets a new rotation.
- setScale(float) - Method in class com.jgoodies.animation.swing.components.BasicTextLabel
- setScaleX(float) - Method in class com.jgoodies.animation.renderer.BasicTextRenderer
- setScaleX(float) - Method in class com.jgoodies.animation.swing.components.BasicTextLabel
- setScaleY(float) - Method in class com.jgoodies.animation.renderer.BasicTextRenderer
- setScaleY(float) - Method in class com.jgoodies.animation.swing.components.BasicTextLabel
- setSpace(float) - Method in class com.jgoodies.animation.renderer.BasicTextRenderer
- setSpace(float) - Method in class com.jgoodies.animation.swing.components.BasicTextLabel
- setText(String) - Method in class com.jgoodies.animation.renderer.AbstractTextRenderer
-
Sets the renderer's text.
- setText(String) - Method in class com.jgoodies.animation.swing.components.AnimatedLabel
-
Sets a new text.
- setText(String) - Method in class com.jgoodies.animation.swing.components.BasicTextLabel
- setText(String) - Method in class com.jgoodies.animation.swing.components.GlyphLabel
- setTextImmediately(String) - Method in class com.jgoodies.animation.swing.components.AnimatedLabel
-
Sets a new text without using the blend over animation.
- setTime(long) - Method in class com.jgoodies.animation.renderer.GlyphRenderer
- setTime(long) - Method in class com.jgoodies.animation.swing.components.GlyphLabel
- simpleDuration - Variable in class com.jgoodies.animation.AnimationFunctions.RepeatedAnimationFunction
- simpleDuration - Variable in class com.jgoodies.animation.Animations.RepeatedAnimation
- source - Variable in class com.jgoodies.animation.AnimationEvent
-
The animation that has been started or stopped.
- space - Variable in class com.jgoodies.animation.renderer.BasicTextRenderer
- SPACE_TYPE - Static variable in class com.jgoodies.animation.swing.animations.BasicTextAnimations
- spaceFunction - Variable in class com.jgoodies.animation.swing.animations.BasicTextAnimation
- start() - Method in class com.jgoodies.animation.Animator
-
Starts the animator and in turn the animation.
- STARTED - com.jgoodies.animation.AnimationEvent.Type
- startTime - Variable in class com.jgoodies.animation.Animator
- stop() - Method in class com.jgoodies.animation.Animator
-
Stops the animator.
- StopListener(Runnable) - Constructor for class com.jgoodies.animation.AnimationUtils.StopListener
- STOPPED - com.jgoodies.animation.AnimationEvent.Type
T
- text - Variable in class com.jgoodies.animation.renderer.AbstractTextRenderer
- text - Variable in class com.jgoodies.animation.swing.animations.BasicTextAnimation
- text - Variable in class com.jgoodies.animation.swing.animations.GlyphAnimation
- TEXT_ASCENT - Static variable in class com.jgoodies.animation.renderer.HeightMode
- TEXT_HEIGHT - Static variable in class com.jgoodies.animation.renderer.HeightMode
- time - Variable in class com.jgoodies.animation.AnimationEvent
-
Describes when the event has been created.
- time - Variable in class com.jgoodies.animation.renderer.GlyphRenderer
- time() - Method in class com.jgoodies.animation.AnimationEvent
-
Returns the time when this event has happened in the time interval of this event's source animation.
- timer - Variable in class com.jgoodies.animation.Animator
- 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 enum com.jgoodies.animation.AnimationEvent.Type
- toString() - Method in class com.jgoodies.animation.Animator
-
Returns a string representation for the animator.
- toString() - Method in class com.jgoodies.animation.renderer.HeightMode
- Triangle(double, double, Color) - Constructor for class com.jgoodies.animation.renderer.FanRenderer.Triangle
- triangles - Variable in class com.jgoodies.animation.renderer.FanRenderer
- type - Variable in class com.jgoodies.animation.AnimationEvent
-
Describes the state change of the animation: started or stopped.
- type() - Method in class com.jgoodies.animation.AnimationEvent
-
Returns the event type: started or stopped.
- Type(String) - Constructor for enum com.jgoodies.animation.AnimationEvent.Type
U
- updateUI() - Method in class com.jgoodies.animation.swing.components.AnimatedLabel.AntiAliasedLabel
-
Restores the font after the UI has changed.
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. - value - Variable in class com.jgoodies.animation.AnimationFunctions.RandomAnimationFunction
- valueAt(long) - Method in interface com.jgoodies.animation.AnimationFunction
-
Returns the function value at a given time in the valid time interval.
- valueAt(long) - Method in class com.jgoodies.animation.AnimationFunctions.AlphaColorAnimationFunction
- valueAt(long) - Method in class com.jgoodies.animation.AnimationFunctions.ColorFunction
-
Returns the interpolated color for a given time in the valid time interval.
- valueAt(long) - Method in class com.jgoodies.animation.AnimationFunctions.InterpolatedAnimationFunction
- valueAt(long) - Method in class com.jgoodies.animation.AnimationFunctions.RandomAnimationFunction
- valueAt(long) - Method in class com.jgoodies.animation.AnimationFunctions.RepeatedAnimationFunction
- valueAt(long) - Method in class com.jgoodies.animation.AnimationFunctions.ReversedAnimationFunction
- valueAt(long) - Method in class com.jgoodies.animation.AnimationFunctions.SequencedAnimationFunction
- valueOf(String) - Static method in enum com.jgoodies.animation.AnimationEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.jgoodies.animation.AnimationFunctions.InterpolationMode
-
Returns the enum constant of this type with the specified name.
- values - Variable in class com.jgoodies.animation.AnimationFunctions.InterpolatedAnimationFunction
- values() - Static method in enum com.jgoodies.animation.AnimationEvent.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.jgoodies.animation.AnimationFunctions.InterpolationMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
Z
- ZERO - Static variable in class com.jgoodies.animation.AnimationFunctions
-
A constant
AnimationFunction
that returns0f
all the time.
All Classes All Packages