com.metaio.sdk.jni
Enum EGESTURE_STATE
java.lang.Object
java.lang.Enum<EGESTURE_STATE>
com.metaio.sdk.jni.EGESTURE_STATE
- All Implemented Interfaces:
- Serializable, Comparable<EGESTURE_STATE>
public enum EGESTURE_STATE
- extends Enum<EGESTURE_STATE>
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
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)