Generated by
JDiff

Class java.awt.geom.Point2D.Double

Changed Constructors
Point2D.Double(double, double) Documentation changed from old to new.
Constructs and initializes a Point2D with the specified coordinates.
Point2D.Double(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, double) Documentation changed from old to new.
Sets the location of this Point2D to the specified double coordinates.
 

Changed Fields
double x Documentation changed from old to new.
The X coordinate of this Point2D.
double y Documentation changed from old to new.
The Y coordinate of this Point2D.