swingx
Version 2005-08-19

Uses of Class
org.jdesktop.swingx.JavaBean

Packages that use JavaBean
org.jdesktop.swingx.painter   
org.jdesktop.swingx.painter.gradient   
 

Uses of JavaBean in org.jdesktop.swingx.painter
 

Subclasses of JavaBean in org.jdesktop.swingx.painter
 class AbstractPainter<T extends JComponent>
          A convenient base class from which concrete Painter implementations may extend.
 class BackgroundPainter
          A basic Painter implementation that uses the background color of the component for painting.
 class CheckerboardPainter
          A Painter implementation that paints a checkerboard pattern.
 class CompoundPainter
          A Painter implemention that contains an array of Painters, and executes them in order.
 class GlossPainter
          A Painter implementation that simulates a gloss effect.
 class IconPainter
          An ImagePainter subclass that provides convenience methods "setIcon" and "getIcon" to use Icons (and ImageIcons) rather than Images directly.
 class ImageEffect
           
 class ImagePainter
          A Painter instance that paints an image.
 class MattePainter
          A Painter implementation that uses a Paint to fill the entire background area using that Paint.
 class PinstripePainter
          A fun Painter that paints pinstripes.
 class ShapePainter
          A Painter that paints Shapes.
 class TextPainter
          "Paints" text at the given location.
 

Uses of JavaBean in org.jdesktop.swingx.painter.gradient
 

Subclasses of JavaBean in org.jdesktop.swingx.painter.gradient
 class AbstractGradientPainter
          An abstract base class from which the various gradient oriented painter classes extend.
 class BasicGradientPainter
          A Gradient based Painter that uses GradientPaint to paint the gradient.
 class LinearGradientPainter
          A Gradient based painter used for painting "multi-stop" gradients.
 class RadialGradientPainter
          A Gradient based painter used for painting "multi-stop" radial gradients.
 


swingx
Version 2005-08-19