Generated by
JDiff

Class java.awt.Rectangle

Documentation changed from old to new.

Changed Methods
Rectangle2D createIntersection(Rectangle2D) Documentation changed from old to new.
Returns a new Rectangle2D object representing the intersection of this Rectangle with the specified Rectangle2D.
Rectangle2D createUnion(Rectangle2D) Documentation changed from old to new.
Returns a new Rectangle2D object representing the union of this Rectangle with the specified Rectangle2D.
Rectangle2D getBounds2D() Documentation changed from old to new.
Return the high precision bounding box of this rectangle.
int outcode(double, double) Documentation changed from old to new.
Determines where the specified coordinates lie with respect to this Rectangle.