barcode4j 2.0

org.krysalis.barcode4j.impl.code128
Class Code128

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

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

This class is an implementation of the Code 128 barcode.

Version:
$Id: Code128.java,v 1.1 2004/09/12 17:57:52 jmaerki Exp $
Author:
Jeremias Maerki

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

Code128

public Code128()
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)

getCode128Bean

public Code128Bean getCode128Bean()
Returns:
the underlying Code128Bean

barcode4j 2.0

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