|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Point2d interface represents a two-dimensional point using double precision. This interface is useful when writing general geometry algorithms.
Method Summary | |
double |
getX()
Returns the x-coordinate. |
double |
getY()
Returns the y-coordinate. |
void |
setLocation(double x,
double y)
Sets the location of the point. |
Method Detail |
public void setLocation(double x, double y)
public double getX()
public double getY()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |