Package org.jdesktop.swingx.painter
package org.jdesktop.swingx.painter
Contains classes and interfaces used by painter enabled components.
-
ClassDescriptionThe abstract base class for all painters that fill a vector path area.Different available fill styles.BeanInfo of AbstractAreaPainter.An abstract base class for any painter which can be positioned.An enum which controls horizontalAlignment alignmentAn enum which controls verticalAlignment alignmentBeanInfo of AbstractLayoutPainter.A convenient base class from which concrete
Painter
implementations may extend.An enum representing the possible interpolation values of Bicubic, Bilinear, and Nearest Neighbor.BeanInfo of AbstractPainter.AlphaPainter<T>Applies an alpha value to an entire stack of painters.BeanInfo of AlphaPainter.A specific painter that paints an "infinite progress" like animation.Direction is used to set the initial direction in which the animation starts.A Painter implementation that paints a checkerboard pattern.BeanInfo of CheckerboardPainter.APainter
implementation composed of an array ofPainter
s.BeanInfo of CompoundPainter.A Painter implementation that simulates a gloss effect.Used to define the position of the gloss on the painted area.BeanInfo of GlossPainter.A Painter instance that paints an image.BeanInfo of ImagePainter.A Painter implementation that uses a Paint to fill the entire background area.BeanInfo of MattePainter.Painter<T>A painting delegate.PainterPaint<T>A collection of static painters.A fun Painter that paints pinstripes.BeanInfo of PinstripePainter.A painter which paints square and rounded rectanglesBeanInfo of RectanglePainter.A Painter that paints java.awt.Shapes.BeanInfo of ShapePainter.A painter which draws text.BeanInfo of TextPainter.