
Shape is an interface describing a two-dimensional geometric shape.
public abstract interface java.awt.Shape {
// Interface Methods
public abstract Rectangle getBounds();
}
A Rectangle that completely encloses the shape.
Polygon, Rectangle