File
Doc
Category
Size
Date
Package
PathShape.java
API Doc
Android 5.1 API
596
Sat Mar 14 14:09:36 GMT 2015
android.graphics.drawable.shapes
PathShape
java.lang.Object
android.graphics.drawable.shapes.Shape
public class PathShape extends android.graphics.drawable.shapes.Shape
Fields Summary
Constructors Summary
public PathShape
(
android.graphics.Path
path,
float
stdWidth,
float
stdHeight)
throw new RuntimeException("Stub!");
Methods Summary
public
android.graphics.drawable.shapes.PathShape
clone
()
throw new RuntimeException("Stub!");
public void
draw
(
android.graphics.Canvas
canvas,
android.graphics.Paint
paint)
throw new RuntimeException("Stub!");
protected void
onResize
(
float
width,
float
height)
throw new RuntimeException("Stub!");
Java Code Source