com.incrediblesoft.redjey.event
Class PaintEvent

java.lang.Object
  extended by com.incrediblesoft.redjey.event.AbstractEvent
      extended by com.incrediblesoft.redjey.event.PaintEvent

public class PaintEvent
extends AbstractEvent


Field Summary
static int REPAINT_REGION
           
 
Fields inherited from class com.incrediblesoft.redjey.event.AbstractEvent
ACTION_EVENT, FOCUS_EVENT, MOUSE_EVENT, PAINT_EVENT
 
Constructor Summary
PaintEvent(Component source, Rectangle updateRect)
           
 
Method Summary
 Rectangle getUpdateRect()
           
 void setUpdateRect(Rectangle rect)
           
 
Methods inherited from class com.incrediblesoft.redjey.event.AbstractEvent
consume, getEventType, getID, getSource, isConsumed, setID, setSource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REPAINT_REGION

public static final int REPAINT_REGION
See Also:
Constant Field Values
Constructor Detail

PaintEvent

public PaintEvent(Component source,
                  Rectangle updateRect)
Method Detail

getUpdateRect

public Rectangle getUpdateRect()

setUpdateRect

public void setUpdateRect(Rectangle rect)