com.jrefinery.report.ext.barcode.filter.templates
Class BarcodePostnetFieldTemplate
java.lang.Object
com.jrefinery.report.filter.templates.AbstractTemplate
com.jrefinery.report.ext.barcode.filter.templates.BarcodeFieldTemplate
com.jrefinery.report.ext.barcode.filter.templates.BarcodePostnetFieldTemplate
- All Implemented Interfaces:
- java.lang.Cloneable, com.jrefinery.report.filter.DataRowConnectable, com.jrefinery.report.filter.DataSource, java.io.Serializable, com.jrefinery.report.filter.templates.Template
- public class BarcodePostnetFieldTemplate
- extends BarcodeFieldTemplate
- See Also:
- Serialized Form
Methods inherited from class com.jrefinery.report.ext.barcode.filter.templates.BarcodeFieldTemplate |
connectDataRow, disconnectDataRow, getBarcodeFilter, getBarColor, getBarHeight, getBaseline, getField, getFont, getMinWidth, getTextAlignment, getTextColor, getValue, isDisplayChecksumInText, isGenerateChecksum, setBarColor, setBarHeight, setBaseline, setDisplayChecksumInText, setField, setFont, setGenerateChecksum, setMinWidth, setTextAlignment, setTextColor |
Methods inherited from class com.jrefinery.report.filter.templates.AbstractTemplate |
getInstance, getName, setName |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BarcodePostnetFieldTemplate
public BarcodePostnetFieldTemplate()
createBarcode
protected Barcode createBarcode()
- Specified by:
createBarcode
in class BarcodeFieldTemplate
getMultiplier
public float getMultiplier()
setMultiplier
public void setMultiplier(float multiplier)
getBarSize
public float getBarSize()
setBarSize
public void setBarSize(float barSize)
isTypePlanet
public boolean isTypePlanet()
setTypePlanet
public void setTypePlanet(boolean typePlanet)
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Clones this
DataSource
.
- Specified by:
clone
in interface com.jrefinery.report.filter.DataSource
- Overrides:
clone
in class BarcodeFieldTemplate
- Returns:
- the clone.
- Throws:
java.lang.CloneNotSupportedException
- this should never happen.