barcode4j 2.1.0

org.krysalis.barcode4j.impl.qr
Class QRCode

java.lang.Object
  extended by org.krysalis.barcode4j.impl.ConfigurableBarcodeGenerator
      extended by org.krysalis.barcode4j.impl.qr.QRCode
All Implemented Interfaces:
org.apache.avalon.framework.configuration.Configurable, BarcodeGenerator

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

This class is an implementation of QR Code.

Version:
$Id: QRCode.java,v 1.1 2012/01/27 14:36:35 jmaerki Exp $

Field Summary
 
Fields inherited from class org.krysalis.barcode4j.impl.ConfigurableBarcodeGenerator
BARCODE_ELEMENTS, bean
 
Constructor Summary
QRCode()
          Create a new instance.
 
Method Summary
 void configure(org.apache.avalon.framework.configuration.Configuration cfg)
          
 QRCodeBean getQRBean()
           
 
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

QRCode

public QRCode()
Create a new instance.

Method Detail

configure

public void configure(org.apache.avalon.framework.configuration.Configuration cfg)
               throws org.apache.avalon.framework.configuration.ConfigurationException
Description copied from class: ConfigurableBarcodeGenerator

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)

getQRBean

public QRCodeBean getQRBean()
Returns:
the underlying DataMatrix bean

barcode4j 2.1.0

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