Interface | Description |
---|---|
ComponentPainter |
Paints an area of a component.
|
Class | Description |
---|---|
AbstractComponentPainter |
An abstract base class for
ComponentPainter 's. |
AbstractComponentPainterWrapper | |
CompoundComponentPainter |
Paints the same area with two painters.
|
FixedTransformComponentPainter |
A painter that paints its wrapped painter using the same fixed values for direction, horizontal flip and
vertical flip.
|
GradientComponentPainter |
A painter that paints an gradient area specified by four corner colors.
|
RectangleComponentPainter | |
SolidColorComponentPainter |
Paints an area with a solid color.
|