com.visioglobe.libVisioDevKit
Class VgGestureState

java.lang.Object
  extended by com.visioglobe.libVisioDevKit.VgGestureState

public final class VgGestureState
extends java.lang.Object

This enum defines the possible states of a gesture


Field Summary
static VgGestureState eVgGestureBegin
          The gesture begins.
static VgGestureState eVgGestureEnd
          The gesture ends.
static VgGestureState eVgGestureUpdate
          The gesture continues.
 
Method Summary
static VgGestureState swigToEnum(int swigValue)
           
 int swigValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

eVgGestureBegin

public static final VgGestureState eVgGestureBegin
The gesture begins.


eVgGestureUpdate

public static final VgGestureState eVgGestureUpdate
The gesture continues.


eVgGestureEnd

public static final VgGestureState eVgGestureEnd
The gesture ends.

Method Detail

swigValue

public final int swigValue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

swigToEnum

public static VgGestureState swigToEnum(int swigValue)

VisioDevKit 2.0, Visioglobe® 2013