Gesture.GestureType

public static final enum Gesture.GestureType extends Enum

EnumItems

Name Description
NO_INFERENCE
DOUBLE_TAP
BRUSH_IN
BRUSH_OUT
SHORT_COVER

Methods

values

public static GestureType values()

ReturnValue

Name Description
GestureType

valueOf

public static GestureType valueOf(String name)

Parameters

Name Description
String name

ReturnValue

Name Description
GestureType

from

public static GestureType from(int id)

Creates a GestureType from from an identifier.

Parameters

Name Description
int id

ReturnValue

Name Description
GestureType

getId

public int getId()

Identifier for the gesture as reported by the tag.

ReturnValue

Name Description
int

getDescription

public String getDescription()

A short description of the gesture.

ReturnValue

Name Description
String