|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.incrediblesoft.redjey.event.AbstractEvent
com.incrediblesoft.redjey.event.PaintEvent
public class PaintEvent
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 |
---|
public static final int REPAINT_REGION
Constructor Detail |
---|
public PaintEvent(Component source, Rectangle updateRect)
Method Detail |
---|
public Rectangle getUpdateRect()
public void setUpdateRect(Rectangle rect)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |