|
org.netbeans.api.visual 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface WidgetAction.WidgetLocationEvent
Represents an location event used for controlling mouse location.
Method Summary | |
---|---|
Point |
getPoint()
Returns stored location. |
void |
setPoint(Point point)
Sets a new location. |
void |
translatePoint(int x,
int y)
Translates the stored location. |
Methods inherited from interface org.netbeans.api.visual.action.WidgetAction.WidgetEvent |
---|
getEventID |
Method Detail |
---|
Point getPoint()
void setPoint(Point point)
point
- the new locationvoid translatePoint(int x, int y)
x
- the x-axis additiony
- the y-axis addition
|
org.netbeans.api.visual 2.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |