-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
double |
x |
double |
y |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
double |
getX() |
double |
getY() |
void |
setLocation(double x,
double y) |
java.lang.String |
toString() |
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
Constructor Detail
-
Point2D.Double
public Point2D.Double()
-
Method Detail
-
getX
public double getX()
- Specified by:
getX
in class Point2D
-
getY
public double getY()
- Specified by:
getY
in class Point2D
Copyright © 2013. All Rights Reserved.