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

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.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

Constructor Summary
BarcodePostnetFieldTemplate()
           
 
Method Summary
 java.lang.Object clone()
          Clones this DataSource.
protected  Barcode createBarcode()
           
 float getBarSize()
           
 float getMultiplier()
           
 boolean isTypePlanet()
           
 void setBarSize(float barSize)
           
 void setMultiplier(float multiplier)
           
 void setTypePlanet(boolean typePlanet)
           
 
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

BarcodePostnetFieldTemplate

public BarcodePostnetFieldTemplate()
Method Detail

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.