Class QRLogicImpl

java.lang.Object
org.krysalis.barcode4j.impl.qr.QRLogicImpl
All Implemented Interfaces:
QRConstants

public class QRLogicImpl extends Object implements QRConstants
Top-level class for the logic part of the DataMatrix implementation.
Version:
$Id: QRLogicImpl.java,v 1.3 2012-02-08 12:59:41 jmaerki Exp $
  • Constructor Details

    • QRLogicImpl

      public QRLogicImpl()
  • Method Details

    • generateBarcodeLogic

      public void generateBarcodeLogic(TwoDimBarcodeLogicHandler logic, String msg, String encoding, char errorCorrectionLevel, Dimension minSize, Dimension maxSize)
      Generates the barcode logic.
      Parameters:
      logic - the logic handler to receive generated events
      msg - the message to encode
      errorCorrectionLevel - the error correction level (one of L, M, Q, H)
      encoding - the message encoding
      minSize - the minimum symbol size constraint or null for no constraint
      maxSize - the maximum symbol size constraint or null for no constraint