com.onbarcode.barcode
Class Abstract2StackedCode

java.lang.Object
  extended by com.onbarcode.barcode.AbstractBarcode
      extended by com.onbarcode.barcode.AbstractLinear
          extended by com.onbarcode.barcode.Abstract2StackedCode
All Implemented Interfaces:
IJasperRenderer, IBarcodeServlet, java.io.Serializable
Direct Known Subclasses:
Planet, Postnet

public abstract class Abstract2StackedCode
extends AbstractLinear

See Also:
Serialized Form

Constructor Summary
Abstract2StackedCode()
           
 
Method Summary
 void constructBarcodeSettingFromServlet(HttpServletRequest request)
           
 float getShortTallRatio()
           
 void setShortTallRatio(float shortTallRatio)
           
 
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

Abstract2StackedCode

public Abstract2StackedCode()
Method Detail

constructBarcodeSettingFromServlet

public void constructBarcodeSettingFromServlet(HttpServletRequest request)
Specified by:
constructBarcodeSettingFromServlet in interface IBarcodeServlet
Overrides:
constructBarcodeSettingFromServlet in class AbstractLinear

getShortTallRatio

public float getShortTallRatio()

setShortTallRatio

public void setShortTallRatio(float shortTallRatio)