org.jboss.errai.ui.cordova.events.touch
Class TouchPoint
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TouchPoint
public TouchPoint(int id,
int x,
int y)
TouchPoint
public TouchPoint(com.google.gwt.dom.client.Touch touch)
getId
public int getId()
getX
public int getX()
getY
public int getY()
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.