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

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.BarcodeEANFieldTemplate
              extended bycom.jrefinery.report.ext.barcode.filter.templates.BarcodeEAN8FieldTemplate
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 BarcodeEAN8FieldTemplate
extends BarcodeEANFieldTemplate

See Also:
Serialized Form

Constructor Summary
BarcodeEAN8FieldTemplate()
           
 
Method Summary
protected  Barcode createBarcode()
           
 
Methods inherited from class com.jrefinery.report.ext.barcode.filter.templates.BarcodeEANFieldTemplate
clone, isGuardBars, setGuardBars
 
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

BarcodeEAN8FieldTemplate

public BarcodeEAN8FieldTemplate()
Method Detail

createBarcode

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