|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Utility interface to manage geometries.
Method Summary | |
boolean |
equalsPoint(java.lang.Object obj)
|
java.awt.geom.Point2D |
getPoint()
Returns the point associated with this handler |
void |
move(double x,
double y)
Adds an offset to this handler 'x','y' |
void |
set(double x,
double y)
Resets handler to new values 'x', 'y' |
Method Detail |
public void move(double x, double y)
x
- y
- public void set(double x, double y)
x
- y
- public java.awt.geom.Point2D getPoint()
public boolean equalsPoint(java.lang.Object obj)
obj
- the point to be compared to the current point
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |