| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.datalogic.decode.configuration.GoodReadOverlayShapePolicy | |
The GoodReadOverlayShapePolicy is an enumeration defining which shape to use for the
Good Read Overlay
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| GoodReadOverlayShapePolicy | CUSTOM | Use a custom image define by the GOOD_READ_OVERLAY_CUSTOM_SHAPE_NAME_PROFILE property. |
|||||||||
| GoodReadOverlayShapePolicy | DL_LOGO | Use the Datalogic's logo as overlay image. | |||||||||
| GoodReadOverlayShapePolicy | FULL_SCREEN | A rectangle covering the whole screen of the device is used as overlay. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Use a custom image define by the GOOD_READ_OVERLAY_CUSTOM_SHAPE_NAME_PROFILE property.
Use the Datalogic's logo as overlay image.
A rectangle covering the whole screen of the device is used as overlay. Custom size or position configs have no effect using this value.