java.lang.Object | ||
↳ | com.datalogic.device.configuration.PropertyGroup | |
↳ | com.datalogic.decode.configuration.LinearQuietZones |
LinearQuietZones
is the class that configures the admitted quiet zones for the supported linear symbologies.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
codabarReduced | codabarReduced enables the reading of Codabar barcode labels with short quiet zones. |
||||||||||
code128Reduced | code128Reduced enables the reading of Code 128 barcode labels with short quiet zones. |
||||||||||
code39Reduced | code39Reduced enables the reading of Code 39 barcode labels with short quiet zones. |
||||||||||
code93Reduced | code93Reduced enables the reading of Code 93 barcode labels with short quiet zones. |
||||||||||
interleaved2of5Reduced | interleaved2of5Reduced enables the reading of Interleaved 2 of 5 barcode labels with short quiet zones. |
||||||||||
matrix2of5Reduced | matrix2of5Reduced enables the reading of Matrix 2 of 5 barcode labels with short quiet zones. |
||||||||||
msiReduced | msiReduced enables the reading of MSI barcode labels with short quiet zones. |
||||||||||
upcEanReduced | upcEanReduced enables the reading of UPC/EAN barcode labels with short quiet zones. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This is the constructor of LinearQuietZones.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.datalogic.device.configuration.PropertyGroup
| |||||||||||
From class
java.lang.Object
|
codabarReduced
enables the reading of Codabar barcode labels with short quiet zones.
code128Reduced
enables the reading of Code 128 barcode labels with short quiet zones.
code39Reduced
enables the reading of Code 39 barcode labels with short quiet zones.
code93Reduced
enables the reading of Code 93 barcode labels with short quiet zones.
interleaved2of5Reduced
enables the reading of Interleaved 2 of 5 barcode labels with short quiet zones.
matrix2of5Reduced
enables the reading of Matrix 2 of 5 barcode labels with short quiet zones.
msiReduced
enables the reading of MSI barcode labels with short quiet zones.
upcEanReduced
enables the reading of UPC/EAN barcode labels with short quiet zones.
This is the constructor of LinearQuietZones. All options are initialized by editor.
editor | A PropertyGetter used to load the current configuration.
|
---|