android.graphics.drawable.shapes
Class OvalShape

java.lang.Object
  extended by android.graphics.drawable.shapes.Shape
      extended by android.graphics.drawable.shapes.RectShape
          extended by android.graphics.drawable.shapes.OvalShape
All Implemented Interfaces:
Cloneable

public class OvalShape
extends RectShape


Constructor Summary
OvalShape()
           
 
Method Summary
 void draw(Canvas canvas, Paint paint)
           
 
Methods inherited from class android.graphics.drawable.shapes.RectShape
clone, onResize, rect
 
Methods inherited from class android.graphics.drawable.shapes.Shape
getHeight, getWidth, hasAlpha, resize
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OvalShape

public OvalShape()
Method Detail

draw

public void draw(Canvas canvas,
                 Paint paint)
Overrides:
draw in class RectShape


Copyright © 2008-2012. All Rights Reserved.