Package | Description |
---|---|
org.jdesktop.swingx.painter |
Contains classes and interfaces used by painter enabled components.
|
Modifier and Type | Class | Description |
---|---|---|
class |
CapsulePainter |
Draws a capsule.
|
class |
ImagePainter<T> |
A Painter instance that paints an image.
|
class |
MattePainter<T> |
A Painter implementation that uses a Paint to fill the entire background
area.
|
class |
RectanglePainter<T> |
A painter which paints square and rounded rectangles
|
class |
ShapePainter<T> |
A Painter that paints java.awt.Shapes.
|
class |
TextPainter<T> |
A painter which draws text.
|