public class DataMatrixLogicImpl extends Object
| Constructor and Description |
|---|
DataMatrixLogicImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateBarcodeLogic(TwoDimBarcodeLogicHandler logic,
String msg,
SymbolShapeHint shape,
Dimension minSize,
Dimension maxSize)
Generates the barcode logic.
|
public void generateBarcodeLogic(TwoDimBarcodeLogicHandler logic, String msg, SymbolShapeHint shape, Dimension minSize, Dimension maxSize)
logic - the logic handler to receive generated eventsmsg - the message to encodeshape - the symbol shape constraintminSize - the minimum symbol size constraint or null for no constraintmaxSize - the maximum symbol size constraint or null for no constraintCopyright © 2003–2023. All rights reserved.