Uses of Class
com.metaio.sdk.jni.EGESTURE_STATE

Packages that use EGESTURE_STATE
com.metaio.sdk.jni   
 

Uses of EGESTURE_STATE in com.metaio.sdk.jni
 

Methods in com.metaio.sdk.jni that return EGESTURE_STATE
static EGESTURE_STATE EGESTURE_STATE.swigToEnum(int swigValue)
           
static EGESTURE_STATE EGESTURE_STATE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EGESTURE_STATE[] EGESTURE_STATE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.metaio.sdk.jni with parameters of type EGESTURE_STATE
 void IGestureHandlerCallback.onGestureEvent(EGESTURE_STATE gesture_state, IGeometryVector geometries, int groupID)