to top
Datalogic APIs
public class

Inverse

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

Class Overview

Inverse is the class that configures the inverse mode for the supported linear and 2D symbologies.

Summary

Fields
public EnumProperty<InverseMode> linearSymbologies linearSymbologies set the inverse mode for linear barcode symbologies.
public EnumProperty<InverseMode> twoDimensionalSymbologies twoDimensionalSymbologies set the inverse mode for 2D barcode symbologies.
Public Constructors
Inverse(PropertyGetter editor)
This is the constructor of Inverse.
[Expand]
Inherited Methods
From class com.datalogic.device.configuration.PropertyGroup
From class java.lang.Object

Fields

public EnumProperty<InverseMode> linearSymbologies

Added in revision 17

linearSymbologies set the inverse mode for linear barcode symbologies.

public EnumProperty<InverseMode> twoDimensionalSymbologies

Added in revision 17

twoDimensionalSymbologies set the inverse mode for 2D barcode symbologies.

Public Constructors

public Inverse (PropertyGetter editor)

Added in revision 17

This is the constructor of Inverse. All options are initialized by editor.

Parameters
editor A PropertyGetter used to load the current configuration.