Interface java.awt.Shape (1.1)


public abstract interface Shape {
  // Public Instance Methods
    public abstract Rectangle getBounds( );
}