com.onbarcode.barcode
Class AbstractLinear

java.lang.Object
  extended by com.onbarcode.barcode.AbstractBarcode
      extended by com.onbarcode.barcode.AbstractLinear
All Implemented Interfaces:
IJasperRenderer, IBarcodeServlet, java.io.Serializable
Direct Known Subclasses:
Abstract2StackedCode, AbstractEANUPC, Codabar, Code11, Code128, Code25, Code39, Code93, EAN128, Identcode, Interleaved25, ITF14, Leitcode, MSI, Onecode, RM4SCC

public abstract class AbstractLinear
extends AbstractBarcode

See Also:
Serialized Form

Constructor Summary
AbstractLinear()
           
 
Method Summary
 void constructBarcodeSettingFromServlet(HttpServletRequest request)
           
 java.awt.Font getTextFont()
           
 float getTextMargin()
           
 float getX()
           
 float getY()
           
 boolean isAddCheckSum()
           
 boolean isShowCheckSumChar()
           
 boolean isShowText()
           
 void setAddCheckSum(boolean addCheckSum)
           
 void setShowCheckSumChar(boolean showCheckSumChar)
           
 void setShowText(boolean showText)
           
 void setTextFont(java.awt.Font textFont)
           
 void setTextMargin(float textMargin)
           
 void setX(float x)
           
 void setY(float y)
           
 
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

AbstractLinear

public AbstractLinear()
Method Detail

constructBarcodeSettingFromServlet

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

isAddCheckSum

public boolean isAddCheckSum()

setAddCheckSum

public void setAddCheckSum(boolean addCheckSum)

isShowCheckSumChar

public boolean isShowCheckSumChar()

setShowCheckSumChar

public void setShowCheckSumChar(boolean showCheckSumChar)

isShowText

public boolean isShowText()

setShowText

public void setShowText(boolean showText)

getTextFont

public java.awt.Font getTextFont()

setTextFont

public void setTextFont(java.awt.Font textFont)

getTextMargin

public float getTextMargin()

setTextMargin

public void setTextMargin(float textMargin)

getX

public float getX()

setX

public void setX(float x)

getY

public float getY()

setY

public void setY(float y)