OvalShapepublic class OvalShape extends RectShape Defines an oval shape.
The oval can be drawn to a Canvas with its own draw() method,
but more graphical control is available if you instead pass
the OvalShape to a {@link android.graphics.drawable.ShapeDrawable}. |
Constructors Summary |
---|
public OvalShape()OvalShape constructor.
|
|