barcode4j 2.1.0

org.krysalis.barcode4j.impl.datamatrix
Class DataMatrixLogicImpl

java.lang.Object
  extended by org.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.10 2008/09/22 08:59:07 jmaerki Exp $

Constructor Summary
DataMatrixLogicImpl()
           
 
Method Summary
 void generateBarcodeLogic(TwoDimBarcodeLogicHandler logic, java.lang.String msg, SymbolShapeHint shape, java.awt.Dimension minSize, java.awt.Dimension maxSize)
          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,
                                 java.awt.Dimension minSize,
                                 java.awt.Dimension maxSize)
Generates the barcode logic.

Parameters:
logic - the logic handler to receive generated events
msg - the message to encode
shape - the symbol shape constraint
minSize - the minimum symbol size constraint or null for no constraint
maxSize - the maximum symbol size constraint or null for no constraint

barcode4j 2.1.0

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