Class EAN13Bean
java.lang.Object
org.krysalis.barcode4j.impl.AbstractBarcodeBean
org.krysalis.barcode4j.impl.upcean.UPCEANBean
org.krysalis.barcode4j.impl.upcean.EAN13Bean
- All Implemented Interfaces:
BarcodeGenerator
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_WIDTHFields inherited from class org.krysalis.barcode4j.impl.AbstractBarcodeBean
doQuietZone, fontName, fontSize, height, moduleWidth, msgPos, pattern, quietZone, quietZoneVertical -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFactory method for the logic implementation.Methods inherited from class org.krysalis.barcode4j.impl.upcean.UPCEANBean
calcDimensions, generateBarcode, getBarWidth, getChecksumMode, setChecksumMode, supplementalWidthMethods 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
-
Constructor Details
-
EAN13Bean
public EAN13Bean()
-
-
Method Details
-
createLogicImpl
Description copied from class:UPCEANBeanFactory method for the logic implementation.- Specified by:
createLogicImplin classUPCEANBean- Returns:
- the newly created logic implementation instance
-