Point2D.Double, Point2D.Float
Modifier and Type | Method | Description |
---|---|---|
double |
getX() |
|
double |
getY() |
|
void |
setLocation(double x,
double y) |
|
void |
setLocation(float x,
float y) |
|
String |
toString() |
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, equals, hashCode, setLocation
public void setLocation(float x, float y)
public void setLocation(double x, double y)
setLocation
in class Point2D
Copyright © 2018. All rights reserved.