Class DataMatrixLogicImpl
java.lang.Object
org.krysalis.barcode4j.impl.datamatrix.DataMatrixLogicImpl
Top-level class for the logic part of the DataMatrix implementation.
- Version:
- $Id: DataMatrixLogicImpl.java,v 1.10 2008-09-22 08:59:07 jmaerki Exp $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgenerateBarcodeLogic(TwoDimBarcodeLogicHandler logic, String msg, SymbolShapeHint shape, Dimension minSize, Dimension maxSize) Generates the barcode logic.
-
Constructor Details
-
DataMatrixLogicImpl
public DataMatrixLogicImpl()
-
-
Method Details
-
generateBarcodeLogic
public void generateBarcodeLogic(TwoDimBarcodeLogicHandler logic, String msg, SymbolShapeHint shape, Dimension minSize, Dimension maxSize) Generates the barcode logic.- Parameters:
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 constraint
-