Generated by
JDiff

Class java.awt.geom.Rectangle2D.Double

Documentation changed from old to new.

Changed Constructors
Rectangle2D.Double(double, double, double, double) Documentation changed from old to new.
Constructs and initializes a Rectangle2D from the specified double coordinates.
Rectangle2D.Double(void) Documentation changed from old to new.
Constructs a new Rectangle2D initialized to location (0  0) and size (0  0).
 

Changed Methods
Rectangle2D createIntersection(Rectangle2D) Documentation changed from old to new.
Returns a new Rectangle2D object representing the intersection of this Rectangle2D with the specified Rectangle2D.
Rectangle2D createUnion(Rectangle2D) Documentation changed from old to new.
Returns a new Rectangle2D object representing the union of this Rectangle2D with the specified Rectangle2D.
Rectangle2D getBounds2D() Documentation changed from old to new.
Returns the high precision bounding box of this Rectangle2D.
double getHeight() Documentation changed from old to new.
Returns the height of this Rectangle2D in double precision.
double getWidth() Documentation changed from old to new.
Returns the width of this Rectangle2D in double precision.
double getX() Documentation changed from old to new.
Returns the X coordinate of this Rectangle2D in double precision.
double getY() Documentation changed from old to new.
Returns the Y coordinate of this Rectangle2D in double precision.
boolean isEmpty() Documentation changed from old to new.
Determines whether or not this Rectangle2D is empty.
String toString() Documentation changed from old to new.
Returns the String representation of this Rectangle2D.
int outcode(double, double) Documentation changed from old to new.
Determines where the specified double coordinates lie with respect to this Rectangle2D.
void setRect(double, double, double, double) Documentation changed from old to new.
Sets the location and size of this Rectangle2D to the specified double values.
void setRect(Rectangle2D) Documentation changed from old to new.
Sets this Rectangle2D to be the same as the specified Rectangle2D.
 

Changed Fields
double height Documentation changed from old to new.
The height of this Rectangle2D.
double width Documentation changed from old to new.
The width of this Rectangle2D.
double x Documentation changed from old to new.
The x coordinate of this Rectangle2D.
double y Documentation changed from old to new.
The y coordinate of this Rectangle2D.