Interface TwoDimBarcodeLogicHandler

All Superinterfaces:
BarcodeLogicHandler, ClassicBarcodeLogicHandler
All Known Implementing Classes:
DefaultTwoDimCanvasLogicHandler

public interface TwoDimBarcodeLogicHandler extends ClassicBarcodeLogicHandler
This interface provides an interface to generate basic 2D barcodes like PDF417 and DataMatrix.
Version:
$Id: TwoDimBarcodeLogicHandler.java,v 1.1 2006-06-22 09:01:19 jmaerki Exp $
  • Method Details

    • startRow

      void startRow()
      Signals the start of a new row in the barcode.
    • endRow

      void endRow()
      Signals the end of a row in the barcode.