ShapeNameShape
DescriptionShape is an interface describing a two-dimensional geometric shape. Interface Definition
public abstract interface java.awt.Shape { // Interface Methods public abstract Rectangle getBounds(); } Interface MethodsgetBoundspublic abstract Rectangle getBounds()
See AlsoPolygon, Rectangle |
|