com.metaio.sdk.jni
Enum EGESTURE_STATE

java.lang.Object
  extended by java.lang.Enum<EGESTURE_STATE>
      extended by com.metaio.sdk.jni.EGESTURE_STATE
All Implemented Interfaces:
Serializable, Comparable<EGESTURE_STATE>

public enum EGESTURE_STATE
extends Enum<EGESTURE_STATE>


Enum Constant Summary
EGE_NONE
           
EGE_ON_ROTATED
           
EGE_ON_SCALED
           
EGE_ON_TRANSLATED
           
EGE_ROTATING_END
           
EGE_ROTATING_START
           
EGE_SCALING_END
           
EGE_SCALING_START
           
EGE_TRANSLATING_END
           
EGE_TRANSLATING_START
           
 
Method Summary
static EGESTURE_STATE swigToEnum(int swigValue)
           
 int swigValue()
           
static EGESTURE_STATE valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EGESTURE_STATE[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

EGE_TRANSLATING_START

public static final EGESTURE_STATE EGE_TRANSLATING_START

EGE_TRANSLATING_END

public static final EGESTURE_STATE EGE_TRANSLATING_END

EGE_ON_TRANSLATED

public static final EGESTURE_STATE EGE_ON_TRANSLATED

EGE_SCALING_START

public static final EGESTURE_STATE EGE_SCALING_START

EGE_SCALING_END

public static final EGESTURE_STATE EGE_SCALING_END

EGE_ON_SCALED

public static final EGESTURE_STATE EGE_ON_SCALED

EGE_ROTATING_START

public static final EGESTURE_STATE EGE_ROTATING_START

EGE_ROTATING_END

public static final EGESTURE_STATE EGE_ROTATING_END

EGE_ON_ROTATED

public static final EGESTURE_STATE EGE_ON_ROTATED

EGE_NONE

public static final EGESTURE_STATE EGE_NONE
Method Detail

values

public static EGESTURE_STATE[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (EGESTURE_STATE c : EGESTURE_STATE.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static EGESTURE_STATE valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

swigValue

public final int swigValue()

swigToEnum

public static EGESTURE_STATE swigToEnum(int swigValue)