public class GestureStroke extends Object
| Modifier and Type | Field and Description |
|---|---|
RectF |
boundingBox |
float |
length |
float[] |
points |
| Constructor and Description |
|---|
GestureStroke(ArrayList<GesturePoint> points) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearPath() |
Object |
clone() |
OrientedBoundingBox |
computeOrientedBoundingBox() |
Path |
getPath() |
Path |
toPath(float width,
float height,
int numSample) |
public final RectF boundingBox
public final float length
public final float[] points
public GestureStroke(ArrayList<GesturePoint> points)
Copyright © 2008-2013. All Rights Reserved.