An empty implementation of a cell renderer, see the null object pattern.
Preferred pixel width of content. The content may or may not be rendered at that width depending on whether or not config.bounds
was respected and whether or not the grid renderer is using clipping. (Clipping is generally not used due to poor performance.)
Implementations of
RevCellPainter
are used to render the 2D graphics context within the bound of a cell.Implement this interface to implement your own cell painter.