A convenient base class from which concrete Painter implementations may extend.
A Painter implementation that paints a checkerboard pattern.
A Painter implemention that contains an array of Painters, and executes them in order.
A Painter implementation that simulates a gloss effect.
An ImagePainter subclass that provides convenience methods "setIcon" and "getIcon" to use Icons (and ImageIcons) rather than Images directly.
A Painter instance that paints an image.
Simple API for delegating painting.
A fun Painter that paints pinstripes.
A Painter that paints Shapes.