Changed Methods |
Rectangle2D getFrame()
|
Documentation changed from old to new. |
Returns the framing Rectangle2D that defines the overall shape of this object. |
void setFrame(double, double, double, double)
|
Documentation changed from old to new. |
Sets the location and size of the framing rectangle of this Shape to the specified rectangular values. |
void setFrame(Point2D, Dimension2D)
|
Documentation changed from old to new. |
Sets the location and size of the framing rectangle of this Shape to the specified Point2D and Dimension2D respectively. |
void setFrame(Rectangle2D )
|
Documentation changed from old to new. |
Sets the framing rectangle of this Shape to be the specified Rectangle2D . |