public static interface WidgetAction.WidgetLocationEvent extends WidgetAction.WidgetEvent
Modifier and Type | Method and Description |
---|---|
Point |
getPoint()
Returns stored location.
|
void |
setPoint(Point point)
Sets a new location.
|
void |
translatePoint(int x,
int y)
Translates the stored location.
|
getEventID
Point getPoint()
void setPoint(Point point)
point
- the new locationvoid translatePoint(int x, int y)
x
- the x-axis additiony
- the y-axis addition