android.gesture
Class GesturePoint

java.lang.Object
  extended by android.gesture.GesturePoint

public class GesturePoint
extends Object


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

x

public final float x

y

public final float y

timestamp

public final long timestamp
Constructor Detail

GesturePoint

public GesturePoint(float x,
                    float y,
                    long t)
Method Detail

clone

public Object clone()
Overrides:
clone in class Object


Copyright © 2008-2012. All Rights Reserved.