Errai 3.0.1-SNAPSHOT

org.jboss.errai.ui.cordova.events.touch
Class TouchPoint

java.lang.Object
  extended by org.jboss.errai.ui.cordova.events.touch.TouchPoint

public class TouchPoint
extends Object

Represents the touch of the user.

Author:
edewit@redhat.com

Constructor Summary
TouchPoint(int id, int x, int y)
           
TouchPoint(com.google.gwt.dom.client.Touch touch)
           
 
Method Summary
 int getId()
           
 int getX()
           
 int getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TouchPoint

public TouchPoint(int id,
                  int x,
                  int y)

TouchPoint

public TouchPoint(com.google.gwt.dom.client.Touch touch)
Method Detail

getId

public int getId()

getX

public int getX()

getY

public int getY()

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.