Serialized Form


Package com.jgoodies.animation.components

Class com.jgoodies.animation.components.AnimatedLabel extends javax.swing.JPanel implements Serializable

Serialized Fields

labels

javax.swing.JLabel[] labels

foreground

int foreground

background

int background

baseColor

java.awt.Color baseColor

animated

boolean animated

orientation

int orientation

duration

long duration

fps

int fps

animation

Animation animation

animator

Animator animator

Class com.jgoodies.animation.components.BasicTextLabel extends javax.swing.JComponent implements Serializable

Serialized Fields

renderer

BasicTextRenderer renderer
Refers to the object that renders the text onto a graphics2D.

Class com.jgoodies.animation.components.CircleComponent extends javax.swing.JComponent implements Serializable

Serialized Fields

center

java.awt.Point center

radius

int radius

color

java.awt.Color color

Class com.jgoodies.animation.components.FanComponent extends javax.swing.JComponent implements Serializable

Serialized Fields

renderer

FanRenderer renderer

Class com.jgoodies.animation.components.GlyphLabel extends javax.swing.JComponent implements Serializable

Serialized Fields

renderer

GlyphRenderer renderer
Refers to the renderer that paints the individual glyphs.



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