DataMatrixSize enum
Sizes that is used to encode the amount of DataMatrix data.
Values
- auto → const DataMatrixSize
-
DataMatrixSize.auto chooses the matrix size based on the data.
- size10x10 → const DataMatrixSize
-
DataMatrixSize.size10x10 represents the 10x10 matrix.
- size12x12 → const DataMatrixSize
-
DataMatrixSize.size12x12 represents the 12x12 matrix.
- size14x14 → const DataMatrixSize
-
DataMatrixSize.size14x14 represents the 14x14 matrix.
- size16x16 → const DataMatrixSize
-
DataMatrixSize.size16x16 represents the 16x16 matrix.
- size18x18 → const DataMatrixSize
-
DataMatrixSize.size18x18 represents the 18x18 matrix.
- size20x20 → const DataMatrixSize
-
DataMatrixSize.size20x20 represents the 20x20 matrix.
- size22x22 → const DataMatrixSize
-
DataMatrixSize.size22x22 represents the 22x22 matrix.
- size24x24 → const DataMatrixSize
-
DataMatrixSize.size24x24 represents the 24x24 matrix.
- size26x26 → const DataMatrixSize
-
DataMatrixSize.size26x26 represents the 26x26 matrix.
- size32x32 → const DataMatrixSize
-
DataMatrixSize.size32x32 represents the 32x32 matrix.
- size36x36 → const DataMatrixSize
-
DataMatrixSize.size36x36 represents the 36x36 matrix.
- size40x40 → const DataMatrixSize
-
DataMatrixSize.size40x40 represents the 40x40 matrix.
- size44x44 → const DataMatrixSize
-
DataMatrixSize.size44x44 represents the 44x44 matrix.
- size48x48 → const DataMatrixSize
-
DataMatrixSize.size48x48 represents the 48x48 matrix.
- size52x52 → const DataMatrixSize
-
DataMatrixSize.size52x52 represents the 52x52 matrix.
- size64x64 → const DataMatrixSize
-
DataMatrixSize.size64x64 represents the 64x64 matrix.
- size72x72 → const DataMatrixSize
-
DataMatrixSize.size72x72 represents the 72x72 matrix.
- size80x80 → const DataMatrixSize
-
DataMatrixSize.size80x80 represents the 80x80 matrix.
- size88x88 → const DataMatrixSize
-
DataMatrixSize.size88x88 represents the 88x88 matrix.
- size96x96 → const DataMatrixSize
-
DataMatrixSize.size96x96 represents the 96x96 matrix.
- size104x104 → const DataMatrixSize
-
DataMatrixSize.size104x104 represents the 104x104 matrix.
- size120x120 → const DataMatrixSize
-
DataMatrixSize.size120x120 represents the 120x120 matrix.
- size132x132 → const DataMatrixSize
-
DataMatrixSize.size132x132 represents the 132x132 matrix.
- size144x144 → const DataMatrixSize
-
DataMatrixSize.size144x144 represents the 144x144 matrix.
- size8x18 → const DataMatrixSize
-
DataMatrixSize.size8x18 represents the 8x18 matrix.
- size8x32 → const DataMatrixSize
-
DataMatrixSize.size8x32 represents the 8x32 matrix.
- size12x26 → const DataMatrixSize
-
DataMatrixSize.size12x26 represents the 12x26 matrix.
- size12x36 → const DataMatrixSize
-
DataMatrixSize.size12x36 represents the 12x36 matrix.
- size16x36 → const DataMatrixSize
-
DataMatrixSize.size16x36 represents the 16x36 matrix.
- size16x48 → const DataMatrixSize
-
DataMatrixSize.size16x48 represents the 16x48 matrix.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
DataMatrixSize> - A constant List of the values in this enum, in order of their declaration.