barcode4j 2.1.0

org.krysalis.barcode4j.impl.code128
Class EAN128

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

public class EAN128
extends Code128
implements org.apache.avalon.framework.configuration.Configurable

This class is an implementation of the Code 128 barcode.

Author:
Jeremias Maerki, Dietmar Bürkle

Field Summary
 
Fields inherited from class org.krysalis.barcode4j.impl.ConfigurableBarcodeGenerator
BARCODE_ELEMENTS, bean
 
Constructor Summary
EAN128()
          Create a new instance.
 
Method Summary
 void configure(org.apache.avalon.framework.configuration.Configuration cfg)
          
 EAN128Bean getEAN128Bean()
           
 
Methods inherited from class org.krysalis.barcode4j.impl.code128.Code128
getCode128Bean
 
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

EAN128

public EAN128()
Create a new instance.

Method Detail

getEAN128Bean

public EAN128Bean getEAN128Bean()
Returns:
the underlying Code128Bean

configure

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

Specified by:
configure in interface org.apache.avalon.framework.configuration.Configurable
Overrides:
configure in class Code128
Throws:
org.apache.avalon.framework.configuration.ConfigurationException
See Also:
Configurable.configure(Configuration)

barcode4j 2.1.0

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