JIDE 3.5.15

com.jidesoft.grid
Interface CellPainter


public interface CellPainter

A CellPainter interface which is used to paint the cell overlay and the cell underlay.


Method Summary
 void paint(Graphics g, Component component, int row, int column, Rectangle cellRect, Object value)
           
 

Method Detail

paint

void paint(Graphics g,
           Component component,
           int row,
           int column,
           Rectangle cellRect,
           Object value)

JIDE 3.5.15