Point2D.Double, Point2D.Float| Constructor and Description |
|---|
Point2D.Double() |
Point2D.Double(double x,
double y) |
| Modifier and Type | Method and Description |
|---|---|
double |
getX() |
double |
getY() |
void |
setLocation(double x,
double y) |
String |
toString() |
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, equals, hashCode, setLocationpublic Point2D.Double()
public Point2D.Double(double x,
double y)
public void setLocation(double x,
double y)
setLocation in class Point2DCopyright © 2013. All rights reserved.