android.gesture
Class GesturePoint

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

public class GesturePoint
extends java.lang.Object


Field Summary
 long timestamp
           
 float x
           
 float y
           
 
Constructor Summary
GesturePoint(float x, float y, long t)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, 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)


Copyright © 2008-2010. All Rights Reserved.