barcode4j 2.1.0

org.krysalis.barcode4j.impl.int2of5
Class ITF14

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

public class ITF14
extends Interleaved2Of5

This class is an implementation of ITF-14 (as defined by the GS1 standards organization). ITF-14 is basically an Interleaved 2 of 5 barcode with an added, so-called bearer bar.

Version:
$Id: ITF14.java,v 1.1 2009/02/19 10:14:54 jmaerki Exp $

Field Summary
 
Fields inherited from class org.krysalis.barcode4j.impl.ConfigurableBarcodeGenerator
BARCODE_ELEMENTS, bean
 
Constructor Summary
ITF14()
          Create a new instance.
 
Method Summary
 void configure(org.apache.avalon.framework.configuration.Configuration cfg)
          
protected  AbstractBarcodeBean createBean()
          Creates the Bean instance.
 ITF14Bean getITFBean()
          Returns the underlying ITF14Bean.
 
Methods inherited from class org.krysalis.barcode4j.impl.int2of5.Interleaved2Of5
getInterleaved2Of5Bean
 
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

ITF14

public ITF14()
Create a new instance.

Method Detail

createBean

protected AbstractBarcodeBean createBean()
Creates the Bean instance.

Overrides:
createBean in class Interleaved2Of5
Returns:
the Bean instance

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 Interleaved2Of5
Throws:
org.apache.avalon.framework.configuration.ConfigurationException

getITFBean

public ITF14Bean getITFBean()
Returns the underlying ITF14Bean.

Returns:
the underlying ITF14Bean

barcode4j 2.1.0

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