java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.device.configuration.TouchMode |
Enum TouchMode
defines the allowed touch-screen sensitivity values for settings property TOUCH_MODE_SENSITIVITY
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding TouchMode value, from a valid integer.
| |||||||||||
Converts a TouchMode to its integer corresponding value.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Fingers touch-screen sensitivity.
Fingers and gloves touch-screen sensitivity.
Fingers and stylus touch-screen sensitivity.
Gloves touch-screen sensitivity.
Stylus touch-screen sensitivity.
Thin gloves touch-screen sensitivity.
Thick gloves touch-screen sensitivity.
Retrieves the corresponding TouchMode value, from a valid integer.
n | int |
---|
Converts a TouchMode to its integer corresponding value.