File
Doc
Category
Size
Date
Package
Shape.java
API Doc
Android 5.1 API
893
Sat Mar 14 14:09:42 GMT 2015
android.graphics.drawable.shapes
Shape
java.lang.Object
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.Shape
clone
()
throw new RuntimeException("Stub!");
public abstract void
draw
(
android.graphics.Canvas
canvas,
android.graphics.Paint
paint)
public final
float
getHeight
()
throw new RuntimeException("Stub!");
public void
getOutline
(
android.graphics.Outline
outline)
throw new RuntimeException("Stub!");
public final
float
getWidth
()
throw new RuntimeException("Stub!");
public
boolean
hasAlpha
()
throw new RuntimeException("Stub!");
protected void
onResize
(
float
width,
float
height)
throw new RuntimeException("Stub!");
public final void
resize
(
float
width,
float
height)
throw new RuntimeException("Stub!");
Java Code Source