to top
Datalogic APIs
public class

LinearQuietZones

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

Class Overview

LinearQuietZones is the class that configures the admitted quiet zones for the supported linear symbologies.

Summary

Fields
public BooleanProperty codabarReduced codabarReduced enables the reading of Codabar barcode labels with short quiet zones.
public BooleanProperty code128Reduced code128Reduced enables the reading of Code 128 barcode labels with short quiet zones.
public BooleanProperty code39Reduced code39Reduced enables the reading of Code 39 barcode labels with short quiet zones.
public BooleanProperty code93Reduced code93Reduced enables the reading of Code 93 barcode labels with short quiet zones.
public BooleanProperty interleaved2of5Reduced interleaved2of5Reduced enables the reading of Interleaved 2 of 5 barcode labels with short quiet zones.
public BooleanProperty matrix2of5Reduced matrix2of5Reduced enables the reading of Matrix 2 of 5 barcode labels with short quiet zones.
public BooleanProperty msiReduced msiReduced enables the reading of MSI barcode labels with short quiet zones.
public BooleanProperty upcEanReduced upcEanReduced enables the reading of UPC/EAN barcode labels with short quiet zones.
Public Constructors
LinearQuietZones(PropertyGetter editor)
This is the constructor of LinearQuietZones.
[Expand]
Inherited Methods
From class com.datalogic.device.configuration.PropertyGroup
From class java.lang.Object

Fields

public BooleanProperty codabarReduced

Added in revision 30

codabarReduced enables the reading of Codabar barcode labels with short quiet zones.

public BooleanProperty code128Reduced

Added in revision 20

code128Reduced enables the reading of Code 128 barcode labels with short quiet zones.

public BooleanProperty code39Reduced

Added in revision 9

code39Reduced enables the reading of Code 39 barcode labels with short quiet zones.

public BooleanProperty code93Reduced

Added in revision 30

code93Reduced enables the reading of Code 93 barcode labels with short quiet zones.

public BooleanProperty interleaved2of5Reduced

Added in revision 30

interleaved2of5Reduced enables the reading of Interleaved 2 of 5 barcode labels with short quiet zones.

public BooleanProperty matrix2of5Reduced

Added in revision 30

matrix2of5Reduced enables the reading of Matrix 2 of 5 barcode labels with short quiet zones.

public BooleanProperty msiReduced

Added in revision 22

msiReduced enables the reading of MSI barcode labels with short quiet zones.

public BooleanProperty upcEanReduced

Added in revision 6

upcEanReduced enables the reading of UPC/EAN barcode labels with short quiet zones.

Public Constructors

public LinearQuietZones (PropertyGetter editor)

Added in revision 6

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

Parameters
editor A PropertyGetter used to load the current configuration.