public final enum

TouchMode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.datalogic.device.configuration.TouchMode

Class Overview

Enum TouchMode defines the allowed touch-screen sensitivity values for settings property TOUCH_MODE_SENSITIVITY

Summary

Enum Values
TouchMode  TOUCH_MODE_FINGERS  Fingers touch-screen sensitivity. 
TouchMode  TOUCH_MODE_FINGERS_AND_GLOVES  Fingers and gloves touch-screen sensitivity. 
TouchMode  TOUCH_MODE_FINGERS_AND_STYLUS  Fingers and stylus touch-screen sensitivity. 
TouchMode  TOUCH_MODE_GLOVES  Gloves touch-screen sensitivity. 
TouchMode  TOUCH_MODE_STYLUS  Stylus touch-screen sensitivity. 
TouchMode  TOUCH_MODE_THIN_GLOVES  Thin gloves touch-screen sensitivity. 
TouchMode  TOUCH_MODE_TICK_GLOVES  Thick gloves touch-screen sensitivity. 
Public Methods
static TouchMode fromInt(int n)
Retrieves the corresponding TouchMode value, from a valid integer.
int toInt()
Converts a TouchMode to its integer corresponding value.
static TouchMode valueOf(String name)
final static TouchMode[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final TouchMode TOUCH_MODE_FINGERS

Added in revision 30

Fingers touch-screen sensitivity.

public static final TouchMode TOUCH_MODE_FINGERS_AND_GLOVES

Added in revision 30

Fingers and gloves touch-screen sensitivity.

public static final TouchMode TOUCH_MODE_FINGERS_AND_STYLUS

Added in revision 30

Fingers and stylus touch-screen sensitivity.

public static final TouchMode TOUCH_MODE_GLOVES

Added in revision 30

Gloves touch-screen sensitivity.

public static final TouchMode TOUCH_MODE_STYLUS

Added in revision 30

Stylus touch-screen sensitivity.

public static final TouchMode TOUCH_MODE_THIN_GLOVES

Added in revision 30

Thin gloves touch-screen sensitivity.

public static final TouchMode TOUCH_MODE_TICK_GLOVES

Added in revision 30

Thick gloves touch-screen sensitivity.

Public Methods

public static TouchMode fromInt (int n)

Added in revision 30

Retrieves the corresponding TouchMode value, from a valid integer.

Parameters
n int
Returns
  • TouchMode the corresponding one.

public int toInt ()

Added in revision 30

Converts a TouchMode to its integer corresponding value.

Returns
  • int

public static TouchMode valueOf (String name)

Added in revision 30

public static final TouchMode[] values ()

Added in revision 30