* being created each time, but it would normally be created
* only once.
*/
public Rectangle2D getBounds() {
Stroke s = new BasicStroke(1.0f);
return s.createStrokedShape(_bounds).getBounds2D();
}
/** Get the shape of this figure. In this example, it's
* just the bounding rectangle that we stored in the
* constructor. Note that in general, figures assume