public class MousePointSelectionEvent extends DasMouseEvent
| Constructor and Description |
|---|
MousePointSelectionEvent(java.lang.Object source,
int x,
int y)
Creates a new instance of MousePointSelectionEvent
|
| Modifier and Type | Method and Description |
|---|---|
int |
getX() |
int |
getY() |
void |
set(int x,
int y) |
java.lang.String |
toString() |