com.onbarcode.barcode
Class AbstractLinear
java.lang.Object
com.onbarcode.barcode.AbstractBarcode
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
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 |
AbstractLinear
public AbstractLinear()
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)