com.klg.jclass.higrid
Class HiGridRepaintEvent
java.lang.Object
|
+--java.util.EventObject
|
+--com.klg.jclass.higrid.HiGridEvent
|
+--com.klg.jclass.higrid.HiGridRepaintEvent
- All Implemented Interfaces:
- Serializable
- public class HiGridRepaintEvent
- extends HiGridEvent
Event object for HiGridRepaintEvent
, a subclass of
HiGridEvent
containing information about the particular
type of event.
- See Also:
- Serialized Form
Constructor Summary |
HiGridRepaintEvent(com.klg.jclass.higrid.HiGrid grid,
int eventType,
com.klg.jclass.higrid.RowNode rowNode,
Rectangle clipRectangle)
Default constructor |
BEFORE_REPAINT_ROW
public static final int BEFORE_REPAINT_ROW
- A row node is being repainted.
- See Also:
- Constant Field Values
clipRectangle
protected Rectangle clipRectangle
HiGridRepaintEvent
public HiGridRepaintEvent(com.klg.jclass.higrid.HiGrid grid,
int eventType,
com.klg.jclass.higrid.RowNode rowNode,
Rectangle clipRectangle)
- Default constructor
getClipRectangle
public Rectangle getClipRectangle()
- Gets the Graphics clip rectangle
- Returns:
- the Graphics clip rectangle