barcode4j 2.0

org.krysalis.barcode4j.impl.datamatrix
Class DataMatrix

java.lang.Object
  extended byorg.krysalis.barcode4j.impl.ConfigurableBarcodeGenerator
      extended byorg.krysalis.barcode4j.impl.datamatrix.DataMatrix
All Implemented Interfaces:
BarcodeGenerator, org.apache.avalon.framework.configuration.Configurable

public class DataMatrix
extends ConfigurableBarcodeGenerator
implements org.apache.avalon.framework.configuration.Configurable

This class is an implementation of the DataMatrix barcode.

Version:
$Id: DataMatrix.java,v 1.3 2008/05/13 13:00:43 jmaerki Exp $

Field Summary
 
Fields inherited from class org.krysalis.barcode4j.impl.ConfigurableBarcodeGenerator
BARCODE_ELEMENTS, bean
 
Constructor Summary
DataMatrix()
          Create a new instance.
 
Method Summary
 void configure(org.apache.avalon.framework.configuration.Configuration cfg)
           
 DataMatrixBean getDataMatrixBean()
           
 
Methods inherited from class org.krysalis.barcode4j.impl.ConfigurableBarcodeGenerator
calcDimensions, generateBarcode, getBean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataMatrix

public DataMatrix()
Create a new instance.

Method Detail

configure

public void configure(org.apache.avalon.framework.configuration.Configuration cfg)
               throws org.apache.avalon.framework.configuration.ConfigurationException
Specified by:
configure in interface org.apache.avalon.framework.configuration.Configurable
Overrides:
configure in class ConfigurableBarcodeGenerator
Throws:
org.apache.avalon.framework.configuration.ConfigurationException
See Also:
Configurable.configure(Configuration)

getDataMatrixBean

public DataMatrixBean getDataMatrixBean()
Returns:
the underlying DataMatrix bean

barcode4j 2.0

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