barcode4j 2.0

org.krysalis.barcode4j.impl.datamatrix
Class DataMatrixLogicImpl

java.lang.Object
  extended byorg.krysalis.barcode4j.impl.datamatrix.DataMatrixLogicImpl

public class DataMatrixLogicImpl
extends java.lang.Object

Top-level class for the logic part of the DataMatrix implementation.

Version:
$Id: DataMatrixLogicImpl.java,v 1.8 2007/04/18 12:00:41 jmaerki Exp $

Constructor Summary
DataMatrixLogicImpl()
           
 
Method Summary
 void generateBarcodeLogic(TwoDimBarcodeLogicHandler logic, java.lang.String msg, SymbolShapeHint shape)
          Generates the barcode logic.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataMatrixLogicImpl

public DataMatrixLogicImpl()
Method Detail

generateBarcodeLogic

public void generateBarcodeLogic(TwoDimBarcodeLogicHandler logic,
                                 java.lang.String msg,
                                 SymbolShapeHint shape)
Generates the barcode logic.

Parameters:
logic - the logic handler to receive generated events
msg - the message to encode

barcode4j 2.0

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