Class Summary |
AbstractBorderPainter |
Abstract baseclass combining a BorderPainter with the ability to
wrap other components. |
AbstractPainter |
Abstract base class for most of the painters. |
AbstractWrappingPainter |
Abstract baseclass for Painters that wrap other painters, modifying
the attributes of the wrapped painter. |
AdjustableBorderPainter |
A border that insets painting of the wrapped painter by an amount
which is adjustable from font to font. |
ColorChange |
Abstract baseclass for Painters that change the color of the graphics
state passed to their wrapped painters. |
ColorUtils |
The ColorUtils Class includes class functions for performing operations
on colors. |
DirectionalBorderPainter |
A border that insets painting of the wrapped painter by the specified
amount, flipping left and right when drawing in a right-to-left
direction. |
FontUtils |
A utility class for working with fonts. |
ImageLoader |
ImageObserver implementation used for synchronously loading
images. |
ImagePainter |
A painter capable of painting an image. |
ImageUtils |
A utility class for working with images. |
ImmInsets |
Immutable version of Insets. |
NullPainter |
A completely transparent painter object that has no size. |
OffscreenWrappingPainter |
This is used to render the contents of another painter (the wrapped
painter) into an offscreen buffer before rendering to the paint
Graphics object. |
PaintContextProxy |
PaintContext that delegates all PaintContext calls to the PaintContext
returned by the abstract method getPaintContext(). |
TextPainter |
A painter capable of painting a string using the alignment of its
PaintContext. |