Save This Page
Home » pentaho-reporting-engine-classic-0.8.10 » org » jfree » report » filter » templates » [javadoc | source]
org.jfree.report.filter.templates
public class: ImageFieldTemplate [javadoc | source]
java.lang.Object
   org.jfree.report.filter.templates.AbstractTemplate
      org.jfree.report.filter.templates.ImageFieldTemplate

All Implemented Interfaces:
    Template

An image field template. The image content will be read from the datarow.
Constructor:
 public ImageFieldTemplate() 
Method from org.jfree.report.filter.templates.ImageFieldTemplate Summary:
clone,   getDataRowDataSource,   getField,   getFormula,   getValue,   setField,   setFormula
Methods from org.jfree.report.filter.templates.AbstractTemplate:
clone,   getInstance,   getName,   setName
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.report.filter.templates.ImageFieldTemplate Detail:
 public Object clone() throws CloneNotSupportedException 
    Clones the template.
 protected DataRowDataSource getDataRowDataSource() 
    Returns the datarow data source used in this template.
 public String getField() 
    Returns the field name.
 public String getFormula() 
    Returns the formula used to compute the value of the data source.
 public Object getValue(ExpressionRuntime runtime,
    Element element) 
    Returns the current value for the data source.
 public  void setField(String field) 
    Sets the field name.
 public  void setFormula(String formula) 
    Defines the formula used to compute the value of this data source.