Since: API Level 1
package

android.graphics.drawable.shapes

Classes | Description

Contains classes for drawing geometric shapes.

more...

Classes

ArcShapeCreates an arc shape. 
OvalShapeDefines an oval shape. 
PathShapeCreates geometric paths, utilizing the Path class. 
RectShapeDefines a rectangle shape. 
RoundRectShapeCreates a rounded-corner rectangle. 
ShapeDefines a generic graphical "shape." Any Shape can be drawn to a Canvas with its own draw() method, but more graphical control is available if you instead pass it to a ShapeDrawable