com.jrefinery.report.ext.barcode.filter.templates
Class Barcode39FieldTemplate
java.lang.Object
com.jrefinery.report.filter.templates.AbstractTemplate
com.jrefinery.report.ext.barcode.filter.templates.BarcodeFieldTemplate
com.jrefinery.report.ext.barcode.filter.templates.Barcode39FieldTemplate
- 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 Barcode39FieldTemplate
- 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 |
Barcode39FieldTemplate
public Barcode39FieldTemplate()
createBarcode
protected Barcode createBarcode()
- Specified by:
createBarcode
in class BarcodeFieldTemplate
isExtended
public boolean isExtended()
setExtended
public void setExtended(boolean extended)
isStartStopText
public boolean isStartStopText()
setStartStopText
public void setStartStopText(boolean startStopText)
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.