|
kAWT Version 0.11 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.awt.AWTEvent
|
+--java.awt.event.MouseEvent
| Field Summary | |
static int |
MOUSE_CLICKED
|
static int |
MOUSE_DRAGGED
|
static int |
MOUSE_ENTERED
|
static int |
MOUSE_EXITED
|
static int |
MOUSE_PRESSED
|
static int |
MOUSE_RELEASED
|
| Fields inherited from class java.awt.AWTEvent |
consumed,
id,
source |
| Constructor Summary | |
MouseEvent(java.lang.Object source,
int id,
int when,
int modify,
int x,
int y)
|
|
| Method Summary | |
int |
getX()
|
int |
getY()
|
void |
translatePoint(int dx,
int dy)
|
| Methods inherited from class java.awt.AWTEvent |
getID,
getSource |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public static final int MOUSE_CLICKED
public static final int MOUSE_DRAGGED
public static final int MOUSE_ENTERED
public static final int MOUSE_EXITED
public static final int MOUSE_PRESSED
public static final int MOUSE_RELEASED
| Constructor Detail |
public MouseEvent(java.lang.Object source,
int id,
int when,
int modify,
int x,
int y)
| Method Detail |
public int getX()
public int getY()
public void translatePoint(int dx,
int dy)
|
kAWT Version 0.11 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||