Class UPCABean
java.lang.Object
org.krysalis.barcode4j.impl.AbstractBarcodeBean
org.krysalis.barcode4j.impl.upcean.UPCEANBean
org.krysalis.barcode4j.impl.upcean.UPCABean
- All Implemented Interfaces:
BarcodeGenerator
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_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
-
UPCABean
public UPCABean()
-
-
Method Details
-
createLogicImpl
Description copied from class:UPCEANBeanFactory method for the logic implementation.- Specified by:
createLogicImplin classUPCEANBean- Returns:
- the newly created logic implementation instance
-