swingx
Version 2005-08-19

Uses of Interface
org.jdesktop.swingx.painter.Painter

Packages that use Painter
org.jdesktop.swingx Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich, data-centric client applications. 
org.jdesktop.swingx.editors   
org.jdesktop.swingx.painter   
org.jdesktop.swingx.painter.gradient   
org.jdesktop.swingx.plaf Provides pluggable look-and-feel for SwingX components together with a mechanism to support custom component look-and-feels. 
 

Uses of Painter in org.jdesktop.swingx
 

Methods in org.jdesktop.swingx that return Painter
 Painter JXPanel.getBackgroundPainter()
           
 Painter JXTitledPanel.getTitlePainter()
           
 

Methods in org.jdesktop.swingx with parameters of type Painter
 void JXPanel.setBackgroundPainter(Painter p)
          Specifies a Painter to use to paint the background of this JXPanel.
 void JXTitledPanel.setTitlePainter(Painter p)
          Set the Painter to use for painting the title section of the JXTitledPanel.
 

Uses of Painter in org.jdesktop.swingx.editors
 

Methods in org.jdesktop.swingx.editors that return Painter
 Painter PainterPropertyEditor.getValue()
           
 

Uses of Painter in org.jdesktop.swingx.painter
 

Classes in org.jdesktop.swingx.painter that implement 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 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.
 

Methods in org.jdesktop.swingx.painter that return Painter
 Painter[] CompoundPainter.getPainters()
           
 

Methods in org.jdesktop.swingx.painter with parameters of type Painter
 void CompoundPainter.setPainters(Painter... painters)
          Sets the array of Painters to use.
 

Constructors in org.jdesktop.swingx.painter with parameters of type Painter
CompoundPainter(Painter... painters)
          Convenience constructor for creating a CompoundPainter for an array of painters.
 

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

Classes in org.jdesktop.swingx.painter.gradient that implement Painter
 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.
 

Uses of Painter in org.jdesktop.swingx.plaf
 

Classes in org.jdesktop.swingx.plaf that implement Painter
 class PainterUIResource
          An impl of Painter that implements UIResource.
 

Constructors in org.jdesktop.swingx.plaf with parameters of type Painter
PainterUIResource(Painter p)
          Creates a new instance of PainterUIResource
 


swingx
Version 2005-08-19