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.
|
getEventIDPoint getPoint()
void setPoint(Point point)
point - the new locationvoid translatePoint(int x,
int y)
x - the x-axis additiony - the y-axis additionBuilt on August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.