barcode4j 2.1.0

org.krysalis.barcode4j.impl.upcean
Class UPCABean

java.lang.Object
  extended by org.krysalis.barcode4j.impl.AbstractBarcodeBean
      extended by org.krysalis.barcode4j.impl.upcean.UPCEANBean
          extended by org.krysalis.barcode4j.impl.upcean.UPCABean
All Implemented Interfaces:
BarcodeGenerator

public class UPCABean
extends UPCEANBean

This class is an implementation of the UPC-A barcode.

Version:
$Id: UPCABean.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.upcean.UPCEANBean
DEFAULT_MODULE_WIDTH
 
Fields inherited from class org.krysalis.barcode4j.impl.AbstractBarcodeBean
doQuietZone, fontName, fontSize, height, moduleWidth, msgPos, pattern, quietZone, quietZoneVertical
 
Constructor Summary
UPCABean()
           
 
Method Summary
 UPCEANLogicImpl createLogicImpl()
          Factory method for the logic implementation.
 
Methods inherited from class org.krysalis.barcode4j.impl.upcean.UPCEANBean
calcDimensions, generateBarcode, getBarWidth, getChecksumMode, setChecksumMode, supplementalWidth
 
Methods inherited from class org.krysalis.barcode4j.impl.AbstractBarcodeBean
doQuietZone, getBarHeight, getFontName, getFontSize, getHeight, getHumanReadableHeight, getModuleWidth, getMsgPosition, getPattern, getQuietZone, getVerticalQuietZone, hasFontDescender, hasQuietZone, setBarHeight, setFontName, setFontSize, setHeight, setModuleWidth, setMsgPosition, setPattern, setQuietZone, setVerticalQuietZone
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UPCABean

public UPCABean()
Method Detail

createLogicImpl

public UPCEANLogicImpl createLogicImpl()
Description copied from class: UPCEANBean
Factory method for the logic implementation.

Specified by:
createLogicImpl in class UPCEANBean
Returns:
the newly created logic implementation instance
See Also:
UPCEAN

barcode4j 2.1.0

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