|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
float, |
Documentation changed from old to new. |
Constructs and initializes a Point2D with the specified coordinates. |
void ) |
Documentation changed from old to new. |
Constructs and initializes a Point2D with coordinates (0 0). |
Changed Methods | ||
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. |
String toString() |
Documentation changed from old to new. |
Returns a String that represents the value of this Point2D . |
void setLocation(double, |
Documentation changed from old to new. |
Sets the location of this Point2D to the specified double coordinates. |
void setLocation(float, |
Documentation changed from old to new. |
Sets the location of this Point2D to the specified float coordinates. |
Changed Fields | ||
float x |
Documentation changed from old to new. |
The X coordinate of this Point2D . |
float y |
Documentation changed from old to new. |
The Y coordinate of this Point2D . |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |