Uses of Class
com.google.zxing.Dimension
-
Packages that use Dimension Package Description com.google.zxing.datamatrix.encoder -
-
Uses of Dimension in com.google.zxing.datamatrix.encoder
Fields in com.google.zxing.datamatrix.encoder declared as Dimension Modifier and Type Field Description private Dimension
EncoderContext. maxSize
private Dimension
EncoderContext. minSize
Methods in com.google.zxing.datamatrix.encoder with parameters of type Dimension Modifier and Type Method Description static java.lang.String
HighLevelEncoder. encodeHighLevel(java.lang.String msg, SymbolShapeHint shape, Dimension minSize, Dimension maxSize)
Performs message encoding of a DataMatrix message using the algorithm described in annex P of ISO/IEC 16022:2000(E).static java.lang.String
HighLevelEncoder. encodeHighLevel(java.lang.String msg, SymbolShapeHint shape, Dimension minSize, Dimension maxSize, boolean forceC40)
Performs message encoding of a DataMatrix message using the algorithm described in annex P of ISO/IEC 16022:2000(E).static SymbolInfo
SymbolInfo. lookup(int dataCodewords, SymbolShapeHint shape, Dimension minSize, Dimension maxSize, boolean fail)
void
EncoderContext. setSizeConstraints(Dimension minSize, Dimension maxSize)
-