com.klg.jclass.table
Class PrintCellAreaRenderer
java.lang.Object
|
+--com.klg.jclass.table.CellAreaRenderer
|
+--com.klg.jclass.table.PrintCellAreaRenderer
- All Implemented Interfaces:
- Serializable
- public class PrintCellAreaRenderer
- extends CellAreaRenderer
PrintCellAreaRenderer
controls the painting of
CellAreas
within the table. It overrides forcePaintComponent
of CellAreaRenderer
in order to realize components in cells
during print.
- See Also:
- Serialized Form
Constructor Summary |
PrintCellAreaRenderer(com.klg.jclass.table.CellAreaHandler cellAreaHandler)
Creates a new PrintCellAreaRenderer instance for use when printing table. |
Method Summary |
protected void |
forcePaintComponent(Component component,
Graphics gc,
int x,
int y,
int width,
int height)
Overrides forcePaintComponent in order to force components in cells
to paint correctly. |
Methods inherited from class com.klg.jclass.table.CellAreaRenderer |
drawDashedFocusRectangle, drawFrameBorder, drawSelectionBorder, drawTable3FocusRectangle, drawThinFocusRectangle, paintArea, paintCell, paintCell, paintCell, paintComponent, paintRange, repaintCell, repaintCell, repaintRange, repaintRange |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrintCellAreaRenderer
public PrintCellAreaRenderer(com.klg.jclass.table.CellAreaHandler cellAreaHandler)
- Creates a new PrintCellAreaRenderer instance for use when printing table.
forcePaintComponent
protected void forcePaintComponent(Component component,
Graphics gc,
int x,
int y,
int width,
int height)
- Overrides forcePaintComponent in order to force components in cells
to paint correctly.
- Overrides:
forcePaintComponent
in class CellAreaRenderer