Changed Methods |
Object clone()
|
Documentation changed from old to new. |
Creates a new object of the same class and with the same contents as this object. |
boolean equals(Object )
|
Documentation changed from old to new. |
Determines whether or not two points are equal. |
double getX()
|
Documentation changed from old to new. |
Returns the X coordinate of this Point2D in double precision. |
double getY()
|
Documentation changed from old to new. |
Returns the Y coordinate of this Point2D in double precision. |
void setLocation(double, double)
|
Documentation changed from old to new. |
Sets the location of this Point2D to the specified float coordinates. |
void setLocation(Point2D )
|
Documentation changed from old to new. |
Sets the location of this Point2D to the same coordinates as the specified Point2D object. |