Package org.krysalis.barcode4j
Interface TwoDimBarcodeLogicHandler
- All Superinterfaces:
BarcodeLogicHandler,ClassicBarcodeLogicHandler
- All Known Implementing Classes:
DefaultTwoDimCanvasLogicHandler
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 Summary
Methods inherited from interface org.krysalis.barcode4j.BarcodeLogicHandler
endBarcode, startBarcodeMethods inherited from interface org.krysalis.barcode4j.ClassicBarcodeLogicHandler
addBar, endBarGroup, startBarGroup
-
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.
-