Changed Methods |
boolean equals(Object )
|
Documentation changed from old to new. |
Determines whether an instance of Point2D is equal to this point. |
Point getLocation()
|
Documentation changed from old to new. |
Returns the location of this point. |
double getX()
|
Documentation changed from old to new. |
Returns the X coordinate of the point in double precision. |
double getY()
|
Documentation changed from old to new. |
Returns the Y coordinate of the point in double precision. |
void move(int, int)
|
Documentation changed from old to new. |
Moves this point to the specified location in the (x y) coordinate plane. |
String toString()
|
Documentation changed from old to new. |
Returns a string representation of this point and its location in the (x y) coordinate space. |
void translate(int, int)
|
Documentation changed from old to new. |
Translates this point at location (x y) by dx along the x axis and dy along the y axis so that it now represents the point (x + dx y + dy ). |
void setLocation(double, double)
|
Documentation changed from old to new. |
Sets the location of this point to the specified float coordinates. |
void setLocation(int, int)
|
Documentation changed from old to new. |
Changes the point to have the specified location. |
void setLocation(Point )
|
Documentation changed from old to new. |
Sets the location of the point to the specified location. |