|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.webtoolkit.jwt.Touch
public class Touch
A single finger touch of a touch event.
WTouchEvent| Constructor Summary | |
|---|---|
Touch(int identifier,
int clientX,
int clientY,
int documentX,
int documentY,
int screenX,
int screenY,
int widgetX,
int widgetY)
Constructor. |
|
| Method Summary | |
|---|---|
Coordinates |
getDocument()
Returns the touch position relative to the document. |
Coordinates |
getScreen()
Returns the touch position relative to the screen. |
Coordinates |
getWidget()
Returns the touch position relative to the widget. |
Coordinates |
getWindow()
Returns the touch position relative to the window. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Touch(int identifier,
int clientX,
int clientY,
int documentX,
int documentY,
int screenX,
int screenY,
int widgetX,
int widgetY)
| Method Detail |
|---|
public Coordinates getDocument()
public Coordinates getWindow()
This differs from getDocument() only when
scrolling through the document.
public Coordinates getScreen()
public Coordinates getWidget()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||