barcode4j 2.1.0

org.krysalis.barcode4j.impl.upcean
Class EAN13Bean

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.EAN13Bean
All Implemented Interfaces:
BarcodeGenerator

public class EAN13Bean
extends UPCEANBean

This class implements the EAN13 barcode.

Version:
$Id: EAN13Bean.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
EAN13Bean()
           
 
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

EAN13Bean

public EAN13Bean()
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.