Uses of Class
touchgestIT.TouchType

Packages that use TouchType
touchgestIT   
 

Uses of TouchType in touchgestIT
 

Fields in touchgestIT declared as TouchType
 TouchType TouchEventArgs.type
           
 TouchType TouchContent.Type
           
 

Methods in touchgestIT that return TouchType
static TouchType TouchType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TouchType[] TouchType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in touchgestIT with parameters of type TouchType
TouchContent(TouchType ty, int id)
           
TouchEventArgs(double x, double y, int id, TouchType type)