com.jrefinery.report.ext.barcode.filter.templates
Class BarcodeEANFieldTemplate

java.lang.Object
  |
  +--com.jrefinery.report.filter.templates.AbstractTemplate
        |
        +--com.jrefinery.report.ext.barcode.filter.templates.BarcodeFieldTemplate
              |
              +--com.jrefinery.report.ext.barcode.filter.templates.BarcodeEANFieldTemplate
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
Direct Known Subclasses:
BarcodeEAN13FieldTemplate, BarcodeEAN8FieldTemplate, BarcodeSUPP2FieldTemplate, BarcodeSUPP5FieldTemplate, BarcodeUPCAFieldTemplate, BarcodeUPCEFieldTemplate

public abstract class BarcodeEANFieldTemplate
extends BarcodeFieldTemplate

See Also:
Serialized Form

Constructor Summary
BarcodeEANFieldTemplate()
           
 
Method Summary
 java.lang.Object clone()
          Clones this DataSource.
 boolean isGuardBars()
           
 void setGuardBars(boolean guardBars)
           
 
Methods inherited from class com.jrefinery.report.ext.barcode.filter.templates.BarcodeFieldTemplate
connectDataRow, createBarcode, 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
 

Constructor Detail

BarcodeEANFieldTemplate

public BarcodeEANFieldTemplate()
Method Detail

isGuardBars

public boolean isGuardBars()

setGuardBars

public void setGuardBars(boolean guardBars)

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.