|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectgestIT.ExpEventArgs
touchgestIT.TouchEventArgs
public class TouchEventArgs
Field Summary | |
---|---|
int |
Id
|
TouchPoint |
point
|
TouchType |
type
|
Constructor Summary | |
---|---|
TouchEventArgs()
|
|
TouchEventArgs(double x,
double y,
int id,
TouchType type)
|
Method Summary |
---|
Methods inherited from class gestIT.ExpEventArgs |
---|
getId, setId |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public TouchPoint point
public TouchType type
public int Id
Constructor Detail |
---|
public TouchEventArgs()
public TouchEventArgs(double x, double y, int id, TouchType type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |