touchgestIT
Class TouchPoint

java.lang.Object
  extended by touchgestIT.TouchPoint

public class TouchPoint
extends java.lang.Object


Field Summary
static TouchPoint ErrorPoint
           
 double X
           
 double Y
           
 
Constructor Summary
TouchPoint()
           
TouchPoint(double x, double y)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ErrorPoint

public static TouchPoint ErrorPoint

X

public double X

Y

public double Y
Constructor Detail

TouchPoint

public TouchPoint()

TouchPoint

public TouchPoint(double x,
                  double y)