Package | Description |
---|---|
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.painter |
Contains classes and interfaces used by painter enabled components.
|
Modifier and Type | Class and Description |
---|---|
static class |
JXMultiSplitPane.DividerPainter
Draws a single Divider.
|
class |
URLPainter |
Modifier and Type | Class and Description |
---|---|
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 |
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 |
CapsulePainter
Draws a capsule.
|
class |
CheckerboardPainter
A Painter implementation that paints a checkerboard pattern.
|
class |
CompoundPainter<T>
A
Painter implementation composed of an array of Painter s. |
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.
|
Copyright © 2014. All rights reserved.