Class BackgroundPainter

All Implemented Interfaces:
ICellPainter
Direct Known Subclasses:
AbstractTextPainter, ImagePainter, TableCellPainter, XPBackgroundDecorator

public class BackgroundPainter extends CellPainterWrapper
Paints the background of the cell using the color from the cell style. If no background color is registered in the ConfigRegistry the painting is skipped.

Example: The TextPainter inherits this and uses the paint method in this class to paint the background of the cell. Can be used as a cell painter or a decorator.