com.onbarcode.barcode
Class EAN8

java.lang.Object
  extended by com.onbarcode.barcode.AbstractBarcode
      extended by com.onbarcode.barcode.AbstractLinear
          extended by com.onbarcode.barcode.AbstractEANUPC
              extended by com.onbarcode.barcode.EAN8
All Implemented Interfaces:
IJasperRenderer, IBarcodeServlet, java.io.Serializable

public class EAN8
extends AbstractEANUPC

See Also:
Serialized Form

Constructor Summary
EAN8()
           
 
Method Summary
 
Methods inherited from class com.onbarcode.barcode.AbstractEANUPC
constructBarcodeSettingFromServlet, getSupData, getSupHeight, getSupSpace, setSupData, setSupHeight, setSupSpace
 
Methods inherited from class com.onbarcode.barcode.AbstractLinear
getTextFont, getTextMargin, getX, getY, isAddCheckSum, isShowCheckSumChar, isShowText, setAddCheckSum, setShowCheckSumChar, setShowText, setTextFont, setTextMargin, setX, setY
 
Methods inherited from class com.onbarcode.barcode.AbstractBarcode
drawBarcode, drawBarcode, drawBarcode, drawBarcode, drawBarcode2EPS, drawBarcodeToBytes, getBarcodeHeight, getBarcodeInfo, getBarcodeWidth, getBottomMargin, getData, getLeftMargin, getResolution, getRightMargin, getRotate, getTopMargin, getUom, setBarcodeHeight, setBarcodeWidth, setBottomMargin, setData, setLeftMargin, setResolution, setRightMargin, setRotate, setTopMargin, setUom
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EAN8

public EAN8()