Class DataMatrixLogicImpl

java.lang.Object
org.krysalis.barcode4j.impl.datamatrix.DataMatrixLogicImpl

public class DataMatrixLogicImpl extends Object
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 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 events
      msg - the message to encode
      shape - the symbol shape constraint
      minSize - the minimum symbol size constraint or null for no constraint
      maxSize - the maximum symbol size constraint or null for no constraint