Point2D.Double, Point2D.Float
Constructor and Description |
---|
Point2D.Float() |
Point2D.Float(float x,
float y) |
Modifier and Type | Method and Description |
---|---|
double |
getX() |
double |
getY() |
void |
setLocation(double x,
double y) |
void |
setLocation(float x,
float y) |
java.lang.String |
toString() |
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, equals, hashCode, setLocation
public Point2D.Float()
public Point2D.Float(float x, float y)
public void setLocation(float x, float y)
public void setLocation(double x, double y)
setLocation
in class Point2D
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2013. All Rights Reserved.