|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.gesture.GesturePoint
public class GesturePoint
| Field Summary | |
|---|---|
long |
timestamp
|
float |
x
|
float |
y
|
| Constructor Summary | |
|---|---|
GesturePoint(float x,
float y,
long t)
|
|
| Method Summary | |
|---|---|
Object |
clone()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final float x
public final float y
public final long timestamp
| Constructor Detail |
|---|
public GesturePoint(float x,
float y,
long t)
| Method Detail |
|---|
public Object clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||