to top
Datalogic APIs
public final enum

GoodReadOverlayShapePolicy

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.datalogic.decode.configuration.GoodReadOverlayShapePolicy

Class Overview

The GoodReadOverlayShapePolicy is an enumeration defining which shape to use for the Good Read Overlay

Summary

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
static GoodReadOverlayShapePolicy valueOf(String name)
final static GoodReadOverlayShapePolicy[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final GoodReadOverlayShapePolicy CUSTOM

Added in revision 41

Use a custom image define by the GOOD_READ_OVERLAY_CUSTOM_SHAPE_NAME_PROFILE property.

public static final GoodReadOverlayShapePolicy DL_LOGO

Added in revision 41

Use the Datalogic's logo as overlay image.

public static final GoodReadOverlayShapePolicy FULL_SCREEN

Added in revision 41

A rectangle covering the whole screen of the device is used as overlay. Custom size or position configs have no effect using this value.

Public Methods

public static GoodReadOverlayShapePolicy valueOf (String name)

Added in revision 41

public static final GoodReadOverlayShapePolicy[] values ()

Added in revision 41