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 . |