to top
Datalogic APIs
public class

PresentationMode

extends PropertyGroup
java.lang.Object
   ↳ com.datalogic.device.configuration.PropertyGroup
     ↳ com.datalogic.decode.configuration.PresentationMode

Class Overview

PresentationMode is the class that configures the presentation mode functionalities.

Summary

Fields
public BooleanProperty presentationModeAimerEnable presentationModeAimerEnable enables the use of the aimer in presentation mode.
public BooleanProperty presentationModeEnable presentationModeEnable enables the use of presentation mode.
public NumericProperty presentationModeSensitivity presentationModeSensitivity set sensitivity in presentation mode.
Public Constructors
PresentationMode(PropertyGetter editor)
This is the constructor of PresentationMode.
[Expand]
Inherited Methods
From class com.datalogic.device.configuration.PropertyGroup
From class java.lang.Object

Fields

public BooleanProperty presentationModeAimerEnable

Added in revision 26

presentationModeAimerEnable enables the use of the aimer in presentation mode.

public BooleanProperty presentationModeEnable

Added in revision 26

presentationModeEnable enables the use of presentation mode.

public NumericProperty presentationModeSensitivity

Added in revision 26

presentationModeSensitivity set sensitivity in presentation mode.

Public Constructors

public PresentationMode (PropertyGetter editor)

Added in revision 26

This is the constructor of PresentationMode. All properties values are initialized reading from editor.

Parameters
editor A PropertyGetter used to load the current presentation mode configuration.