Changed Methods |
boolean contains(Rectangle2D )
|
Documentation changed from old to new. |
Tests whether or not the interior of this Area object completely contains the specified Rectangle2D . |
boolean equals(Area )
|
Documentation changed from old to new. |
Tests whether the geometries of the two Area objects are equal. |
PathIterator getPathIterator(AffineTransform )
|
Documentation changed from old to new. |
Creates a PathIterator for the outline of this Area object. |
PathIterator getPathIterator(AffineTransform, double)
|
Documentation changed from old to new. |
Creates a PathIterator for the flattened outline of this Area object. |
boolean intersects(Rectangle2D )
|
Documentation changed from old to new. |
Tests whether the interior of this Area object intersects the interior of the specified Rectangle2D . |