Java in a Nutshell Online Quick Reference for Java 1.1

INTERFACE java.awt.Shape

Availability: JDK 1.1

public abstract interface Shape {
   // Public Instance Methods
      public abstract Rectangle getBounds();
}
Implemented By:
Polygon, Rectangle.
Passed To:
Graphics.setClip().
Returned By:
Graphics.getClip().

Java in a Nutshell Online Quick Reference for Java 1.1
Created by David Flanagan. Copyright © 1997 by O'Reilly & Associates.