| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.datalogic.device.configuration.TouchMode | |
This enum was deprecated
in revision 45.
Use TOUCH_MODE and TouchModeFlags instead.
Enum TouchMode defines the allowed touch-screen sensitivity values for settings property TOUCH_MODE_SENSITIVITY.
On new device models, starting from M30/M35, property TOUCH_MODE_SENSITIVITY is replaced by TOUCH_MODE.
| 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.