to top
Datalogic APIs
public final enum

PreviewDisplayMode

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

Class Overview

The PreviewDisplayMode is an enumeration defining the mode used while showing the camera preview if the selected input device is a camera (front or rear). The type is one of:

FIT_SCREEN The preview will fit the screen in the smallest dimension
MANUAL The preview will be positioned manually

Summary

Enum Values
PreviewDisplayMode  FIT_SCREEN  Fit Screen. 
PreviewDisplayMode  MANUAL  Manual. 
Public Methods
static PreviewDisplayMode valueOf(String name)
final static PreviewDisplayMode[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final PreviewDisplayMode FIT_SCREEN

Added in revision 34

Fit Screen.

public static final PreviewDisplayMode MANUAL

Added in revision 34

Manual.

Public Methods

public static PreviewDisplayMode valueOf (String name)

Added in revision 34

public static final PreviewDisplayMode[] values ()

Added in revision 34