|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.gesture.GestureStroke
public class GestureStroke
| Field Summary | |
|---|---|
RectF |
boundingBox
|
float |
length
|
float[] |
points
|
| Constructor Summary | |
|---|---|
GestureStroke(ArrayList<GesturePoint> points)
|
|
| Method Summary | |
|---|---|
void |
clearPath()
|
Object |
clone()
|
OrientedBoundingBox |
computeOrientedBoundingBox()
|
Path |
getPath()
|
Path |
toPath(float width,
float height,
int numSample)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final RectF boundingBox
public final float length
public final float[] points
| Constructor Detail |
|---|
public GestureStroke(ArrayList<GesturePoint> points)
| Method Detail |
|---|
public Object clone()
clone in class Objectpublic Path getPath()
public Path toPath(float width,
float height,
int numSample)
public void clearPath()
public OrientedBoundingBox computeOrientedBoundingBox()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||