Package org.jdesktop.swingx.painter

Contains classes and interfaces used by painter enabled components.

See:
          Description

Interface Summary
Painter<T> A painting delegate.
 

Class Summary
AbstractAreaPainter<T> The abstract base class for all painters that fill a vector path area.
AbstractLayoutPainter<T> An abstract base class for any painter which can be positioned.
AbstractPainter<T> A convenient base class from which concrete Painter implementations may extend.
AlphaPainter<T> Applies an alpha value to an entire stack of painters.
BusyPainter A specific painter that paints an "infinite progress" like animation.
CapsulePainter Draws a capsule.
CheckerboardPainter A Painter implementation that paints a checkerboard pattern.
CompoundPainter<T> A Painter implementation composed of an array of Painters.
GlossPainter A Painter implementation that simulates a gloss effect.
ImagePainter A Painter instance that paints an image.
MattePainter A Painter implementation that uses a Paint to fill the entire background area.
PainterGlasspane This is a glasspane which will draw the specified painter on top of the specified target components.
PinstripePainter A fun Painter that paints pinstripes.
RectanglePainter A painter which paints square and rounded rectangles
ShapePainter A Painter that paints java.awt.Shapes.
TextPainter A painter which draws text.
 

Enum Summary
AbstractAreaPainter.Style Different available fill styles.
AbstractLayoutPainter.HorizontalAlignment An enum which controls horizontalAlignment alignment
AbstractLayoutPainter.VerticalAlignment An enum which controls verticalAlignment alignment
AbstractPainter.Interpolation An enum representing the possible interpolation values of Bicubic, Bilinear, and Nearest Neighbor.
CapsulePainter.Portion  
GlossPainter.GlossPosition Used to define the position of the gloss on the painted area.
ImagePainter.ScaleType  
 

Package org.jdesktop.swingx.painter Description

Contains classes and interfaces used by painter enabled components.



Copyright © 2011. All Rights Reserved.