to top
Datalogic APIs
public class

Datamatrix

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

Class Overview

Datamatrix is the class that configures the Data Matrix Symbology.

Summary

Fields
public NumericProperty Length1 Length1 is one of the two configurable label lengths.
public NumericProperty Length2 Length2 is one of the two configurable label lengths.
public EnumProperty<DatamatrixAggressiveness> aggressiveness aggressiveness controls the aggressiveness for the Datamatrix symbology.
public EnumProperty<CharacterSetMode> characterSetMode characterSetMode controls the character set in use for the decoded label.
public BooleanProperty dmre dmre enables DataMatrix Rectangular Extended dimensions (DMRE).
public BooleanProperty enable enable enables or disables the symbology.
public BooleanProperty gs1_datamatrix gs1_datamatrix enables or disables the GS1-DATAMATRIX symbology.
public EnumProperty<LengthControlMode> lengthMode lengthMode is the LengthControlMode selected for a label.
public EnumProperty<DatamatrixMirror> mirror mirror controls the mirror mode.
public EnumProperty<DatamatrixOpMode> operatingMode operatingMode control the operating mode.
public CharacterProperty userID userID specifies the symbology identifier (if any).
Public Constructors
Datamatrix(PropertyGetter editor)
This is the constructor of Datamatrix.
[Expand]
Inherited Methods
From class com.datalogic.device.configuration.PropertyGroup
From class java.lang.Object

Fields

public NumericProperty Length1

Length1 is one of the two configurable label lengths. It can be used as a single fixed accepted length, when lengthMode is set to ONE_FIXED. When TWO_FIXED is enabled, its value is one of the two possible accepted fixed lengths for a specific label. It can also represent the minor or major length value whenever RANGE is selected. If is set below the accepted minimum, the smallest accepted length will be used; instead it the set value exceed the maximum value, the biggest accepted length will be used.

Note: Length1 allowed range of values is somehow related to the nature of the barcode (linear vs 2D) but it's not intended to document in any way the scanner capabilities. An accepted minimum value and an accepted maximum value are introduced only to simplify length management in the device Scanner settings app. The chance to read a barcode depends on it's printed quality, resolution, overall size, distance from the reader, environmental light, etc...

public NumericProperty Length2

Length2 is one of the two configurable label lengths. When TWO_FIXED is enabled, its value is one of the two possible accepted fixed lengths for a specific label. It can also represent the minor or major length value whenever RANGE is selected. If is set below the accepted minimum, the smallest accepted length will be used; instead it the set value exceed the maximum value, the biggest accepted length will be used.

Note: Length2 allowed range of values is somehow related to the nature of the barcode (linear vs 2D) but it's not intended to document in any way the scanner capabilities. An accepted minimum value and an accepted maximum value are introduced only to simplify length management in the device Scanner settings app. The chance to read a barcode depends on it's printed quality, resolution, overall size, distance from the reader, environmental light, etc...

public EnumProperty<DatamatrixAggressiveness> aggressiveness

Added in revision 29

aggressiveness controls the aggressiveness for the Datamatrix symbology.

public EnumProperty<CharacterSetMode> characterSetMode

Added in revision 8

characterSetMode controls the character set in use for the decoded label.

public BooleanProperty dmre

Added in revision 32

dmre enables DataMatrix Rectangular Extended dimensions (DMRE). New AIM specs introduce new Datamatrix format: 8x48, 8x64, 12x48, 12x64, 16x64, 24x32, 24x36, 24x48, 24x64, 26x32, 26x40, 26x48, 26x64

public BooleanProperty enable

enable enables or disables the symbology.

public BooleanProperty gs1_datamatrix

Added in revision 28

gs1_datamatrix enables or disables the GS1-DATAMATRIX symbology.

public EnumProperty<LengthControlMode> lengthMode

lengthMode is the LengthControlMode selected for a label. Selects the length control mode.

public EnumProperty<DatamatrixMirror> mirror

Added in revision 26

mirror controls the mirror mode. It controls the scanning capabilities of Data Matrix barcodes from mirror reflections.

public EnumProperty<DatamatrixOpMode> operatingMode

Added in revision 18

operatingMode control the operating mode.

public CharacterProperty userID

userID specifies the symbology identifier (if any).
The symbology identifier is sent with the label when the global decode property sendCodeId is set to USERDEFINED_IDENTIFIER_BEFORE_LABEL or USERDEFINED_IDENTIFIER_AFTER_LABEL.

Public Constructors

public Datamatrix (PropertyGetter editor)

Added in revision 1

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

Parameters
editor A PropertyGetter used to load the current barcode family.