| 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 | codabarReducedenables the reading of Codabar barcode labels with short quiet zones. | ||||||||||
| code128Reduced | code128Reducedenables the reading of Code 128 barcode labels with short quiet zones. | ||||||||||
| code39Reduced | code39Reducedenables the reading of Code 39 barcode labels with short quiet zones. | ||||||||||
| code93Reduced | code93Reducedenables the reading of Code 93 barcode labels with short quiet zones. | ||||||||||
| interleaved2of5Reduced | interleaved2of5Reducedenables the reading of Interleaved 2 of 5 barcode labels with short quiet zones. | ||||||||||
| matrix2of5Reduced | matrix2of5Reducedenables the reading of Matrix 2 of 5 barcode labels with short quiet zones. | ||||||||||
| msiReduced | msiReducedenables the reading of MSI barcode labels with short quiet zones. | ||||||||||
| upcEanReduced | upcEanReducedenables 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 PropertyGetterused to load the current configuration. | 
|---|