barcode4j 2.1.0

org.krysalis.barcode4j
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 Summary
 void endRow()
          Signals the end of a row in the barcode.
 void startRow()
          Signals the start of a new row in the barcode.
 
Methods inherited from interface org.krysalis.barcode4j.ClassicBarcodeLogicHandler
addBar, endBarGroup, startBarGroup
 
Methods inherited from interface org.krysalis.barcode4j.BarcodeLogicHandler
endBarcode, startBarcode
 

Method Detail

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.


barcode4j 2.1.0

Copyright © 2000-2010 Jeremias Maerki. All rights reserved.