File
Doc
Category
Size
Date
Package
RectShape.java
API Doc
Android 5.1 API
724
Sat Mar 14 14:09:42 GMT 2015
android.graphics.drawable.shapes
RectShape
java.lang.Object
android.graphics.drawable.shapes.Shape
public class RectShape extends android.graphics.drawable.shapes.Shape
Fields Summary
Constructors Summary
public RectShape
()
throw new RuntimeException("Stub!");
Methods Summary
public
android.graphics.drawable.shapes.RectShape
clone
()
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!");
protected void
onResize
(
float
width,
float
height)
throw new RuntimeException("Stub!");
protected final
android.graphics.RectF
rect
()
throw new RuntimeException("Stub!");
Java Code Source