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

Packages that use Painter
org.jdesktop.swingx.painter Contains classes and interfaces used by painter enabled components. 
 

Uses of Painter in org.jdesktop.swingx.painter
 

Classes in org.jdesktop.swingx.painter that implement Painter
 class AbstractAreaPainter<T>
          The abstract base class for all painters that fill a vector path area.
 class AbstractLayoutPainter<T>
          An abstract base class for any painter which can be positioned.
 class AbstractPainter<T>
          A convenient base class from which concrete Painter implementations may extend.
 class AlphaPainter<T>
          Applies an alpha value to an entire stack of painters.
 class BusyPainter
          A specific painter that paints an "infinite progress" like animation.
 class CheckerboardPainter
          A Painter implementation that paints a checkerboard pattern.
 class CompoundPainter<T>
          A Painter implementation composed of an array of Painters.
 class GlossPainter
          A Painter implementation that simulates a gloss effect.
 class ImagePainter
          A Painter instance that paints an image.
 class MattePainter
          A Painter implementation that uses a Paint to fill the entire background area.
 class PinstripePainter
          A fun Painter that paints pinstripes.
 class RectanglePainter
          A painter which paints square and rounded rectangles
 class ShapePainter
          A Painter that paints java.awt.Shapes.
 class TextPainter
          A painter which draws text.
 

Fields in org.jdesktop.swingx.painter declared as Painter
static Painter<Object> Painters.EMPTY_PAINTER
           
 

Methods in org.jdesktop.swingx.painter that return Painter
 Painter[] CompoundPainter.getPainters()
          Gets the array of painters used by this CompoundPainter
 

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.
PainterPaint.PainterPaintContext(Painter<T> painter, T object)
           
PainterPaint(Painter<T> painter, T object)
           
 



Copyright © 2012. All Rights Reserved.