Serialized Form


Package com.jgoodies.animation.components

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

Serialized Fields

labels

JLabel[] labels

foreground

int foreground

background

int background

baseColor

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 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 JComponent implements Serializable

Serialized Fields

center

Point center

radius

int radius

color

Color color

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

Serialized Fields

renderer

FanRenderer renderer

Class com.jgoodies.animation.components.GlyphLabel extends 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.