Generated by
JDiff

Class java.awt.geom.Point2D.Float

Changed Constructors
Point2D.Float(float, float) Documentation changed from old to new.
Constructs and initializes a Point2D with the specified coordinates.
Point2D.Float(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.
void setLocation(float, 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.