public interface LogGridElementRenderer
| Modifier and Type | Method and Description |
|---|---|
java.awt.Component |
getElementRenderer(LogGridComponent grid,
Dot dot,
int[] sizes)
Get the renderer component that should be used to draw the elements on the
generic grid component.
|
java.awt.Component getElementRenderer(LogGridComponent grid, Dot dot, int[] sizes)
grid - The Log Grid Component that issued the call.dot - The element that is to be drawn.sizes - The sizes of the cell: 0: width, 1: height.