FileDocCategorySizeDatePackage
OvalShape.javaAPI DocAndroid 5.1 API403Sat Mar 14 14:09:44 GMT 2015android.graphics.drawable.shapes

OvalShape.java

package android.graphics.drawable.shapes;
public class OvalShape
  extends android.graphics.drawable.shapes.RectShape
{
public  OvalShape() { throw new RuntimeException("Stub!"); }
public  void draw(android.graphics.Canvas canvas, android.graphics.Paint paint) { throw new RuntimeException("Stub!"); }
public  void getOutline(android.graphics.Outline outline) { throw new RuntimeException("Stub!"); }
}