| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.datalogic.decode.configuration.GoodReadOverlayPositionPolicy | |
The GoodReadOverlayPositionPolicy is an enumeration defining which position to use for the
 Good Read Overlay
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| GoodReadOverlayPositionPolicy | BOTTOM_CENTER | Shows the overlay on the bottom center of the screen. | |||||||||
| GoodReadOverlayPositionPolicy | BOTTOM_LEFT | Shows the overlay on the bottom left of the screen. | |||||||||
| GoodReadOverlayPositionPolicy | BOTTOM_RIGHT | Shows the overlay on the bottom right corner of the screen. | |||||||||
| GoodReadOverlayPositionPolicy | CUSTOM | Use a custom position define by the GOOD_READ_OVERLAY_PORTRAIT_CUSTOM_POSITION_X,
 GOOD_READ_OVERLAY_PORTRAIT_CUSTOM_POSITION_Y, GOOD_READ_OVERLAY_LANDSCAPE_CUSTOM_POSITION_X
 and GOOD_READ_OVERLAY_LANDSCAPE_CUSTOM_POSITION_Y properties.  | 
    |||||||||
| GoodReadOverlayPositionPolicy | MIDDLE_CENTER | Shows the overlay on the center of the screen. | |||||||||
| GoodReadOverlayPositionPolicy | MIDDLE_LEFT | Shows the overlay on the middle left of the screen. | |||||||||
| GoodReadOverlayPositionPolicy | MIDDLE_RIGHT | Shows the overlay on the middle left of the screen. | |||||||||
| GoodReadOverlayPositionPolicy | TOP_CENTER | Shows the overlay on the top center of the screen. | |||||||||
| GoodReadOverlayPositionPolicy | TOP_LEFT | Shows the overlay on the top left corner of the screen. | |||||||||
| GoodReadOverlayPositionPolicy | TOP_RIGHT | Shows the overlay on the top right corner of the screen. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Enum
 | |||||||||||
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  java.lang.Comparable
 | |||||||||||
Shows the overlay on the bottom center of the screen.
Shows the overlay on the bottom left of the screen.
Shows the overlay on the bottom right corner of the screen.
Use a custom position define by the GOOD_READ_OVERLAY_PORTRAIT_CUSTOM_POSITION_X,
 GOOD_READ_OVERLAY_PORTRAIT_CUSTOM_POSITION_Y, GOOD_READ_OVERLAY_LANDSCAPE_CUSTOM_POSITION_X
 and GOOD_READ_OVERLAY_LANDSCAPE_CUSTOM_POSITION_Y properties.
Shows the overlay on the center of the screen.
Shows the overlay on the middle left of the screen.
Shows the overlay on the middle left of the screen.
Shows the overlay on the top center of the screen.
Shows the overlay on the top left corner of the screen.
Shows the overlay on the top right corner of the screen.