to top
Datalogic APIs
public final enum

GoodReadOverlayPositionPolicy

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

Class Overview

The GoodReadOverlayPositionPolicy is an enumeration defining which position to use for the Good Read Overlay

Summary

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

Enum Values

public static final GoodReadOverlayPositionPolicy BOTTOM_CENTER

Added in revision 41

Shows the overlay on the bottom center of the screen.

public static final GoodReadOverlayPositionPolicy BOTTOM_LEFT

Added in revision 41

Shows the overlay on the bottom left of the screen.

public static final GoodReadOverlayPositionPolicy BOTTOM_RIGHT

Added in revision 41

Shows the overlay on the bottom right corner of the screen.

public static final GoodReadOverlayPositionPolicy CUSTOM

Added in revision 41

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.

public static final GoodReadOverlayPositionPolicy MIDDLE_CENTER

Added in revision 41

Shows the overlay on the center of the screen.

public static final GoodReadOverlayPositionPolicy MIDDLE_LEFT

Added in revision 41

Shows the overlay on the middle left of the screen.

public static final GoodReadOverlayPositionPolicy MIDDLE_RIGHT

Added in revision 41

Shows the overlay on the middle left of the screen.

public static final GoodReadOverlayPositionPolicy TOP_CENTER

Added in revision 41

Shows the overlay on the top center of the screen.

public static final GoodReadOverlayPositionPolicy TOP_LEFT

Added in revision 41

Shows the overlay on the top left corner of the screen.

public static final GoodReadOverlayPositionPolicy TOP_RIGHT

Added in revision 41

Shows the overlay on the top right corner of the screen.

Public Methods

public static GoodReadOverlayPositionPolicy valueOf (String name)

Added in revision 41

public static final GoodReadOverlayPositionPolicy[] values ()

Added in revision 41