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

java.lang.Object
  extended bycom.jrefinery.report.filter.templates.AbstractTemplate
      extended bycom.jrefinery.report.ext.barcode.filter.templates.BarcodeFieldTemplate
          extended bycom.jrefinery.report.ext.barcode.filter.templates.Barcode128FieldTemplate
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:
Barcode128RawFieldTemplate

public class Barcode128FieldTemplate
extends BarcodeFieldTemplate

See Also:
Serialized Form

Constructor Summary
Barcode128FieldTemplate()
           
 
Method Summary
 java.lang.Object clone()
          Clones this DataSource.
protected  Barcode createBarcode()
           
 boolean isUccCode()
           
 void setUccCode(boolean uccCode)
           
 
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
 

Constructor Detail

Barcode128FieldTemplate

public Barcode128FieldTemplate()
Method Detail

createBarcode

protected Barcode createBarcode()
Specified by:
createBarcode in class BarcodeFieldTemplate

isUccCode

public boolean isUccCode()

setUccCode

public void setUccCode(boolean uccCode)

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.