FileDocCategorySizeDatePackage
Shape.javaAPI DocAndroid 5.1 API893Sat Mar 14 14:09:42 GMT 2015android.graphics.drawable.shapes

Shape

public abstract class Shape extends Object implements Cloneable

Fields Summary
Constructors Summary
public Shape()

 throw new RuntimeException("Stub!"); 
Methods Summary
public android.graphics.drawable.shapes.Shapeclone()

 throw new RuntimeException("Stub!"); 
public abstract voiddraw(android.graphics.Canvas canvas, android.graphics.Paint paint)

public final floatgetHeight()

 throw new RuntimeException("Stub!"); 
public voidgetOutline(android.graphics.Outline outline)

 throw new RuntimeException("Stub!"); 
public final floatgetWidth()

 throw new RuntimeException("Stub!"); 
public booleanhasAlpha()

 throw new RuntimeException("Stub!"); 
protected voidonResize(float width, float height)

 throw new RuntimeException("Stub!"); 
public final voidresize(float width, float height)

 throw new RuntimeException("Stub!");