JClass DesktopViews 6.3.0 API
Documentation

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

Field Summary
 
Fields inherited from class com.klg.jclass.table.CellAreaRenderer
borderColor, borderHighlightColor, borderShadowColor, cellAreaHandler, dashedStroke, table
 
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
 

Constructor Detail

PrintCellAreaRenderer

public PrintCellAreaRenderer(com.klg.jclass.table.CellAreaHandler cellAreaHandler)
Creates a new PrintCellAreaRenderer instance for use when printing table.

Method Detail

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

Copyright © 2004 Quest Software Inc..
All rights reserved.