File
Doc
Category
Size
Date
Package
GestureStroke.java
API Doc
Android 5.1 API
744
Sat Mar 14 14:09:40 GMT 2015
android.gesture
GestureStroke
java.lang.Object
public class GestureStroke extends Object
Fields Summary
public final android.graphics.RectF
boundingBox
public final float
length
public final float[]
points
Constructors Summary
public GestureStroke
(
ArrayList
points)
throw new RuntimeException("Stub!");
Methods Summary
public void
clearPath
()
throw new RuntimeException("Stub!");
public
java.lang.Object
clone
()
throw new RuntimeException("Stub!");
public
android.gesture.OrientedBoundingBox
computeOrientedBoundingBox
()
throw new RuntimeException("Stub!");
public
android.graphics.Path
getPath
()
throw new RuntimeException("Stub!");
public
android.graphics.Path
toPath
(
float
width,
float
height,
int
numSample)
throw new RuntimeException("Stub!");
Java Code Source