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 additionBuilt on October 25 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.