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, setLocation
public Point2D.Double()
public Point2D.Double(double x, double y)
public void setLocation(double x, double y)
setLocation
in class Point2D
Copyright © 2015. All rights reserved.