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: ShapeFieldTemplate [javadoc | source]
java.lang.Object
   org.jfree.report.filter.templates.AbstractTemplate
      org.jfree.report.filter.templates.ShapeFieldTemplate

All Implemented Interfaces:
    Template

A shape field template.
Constructor:
 public ShapeFieldTemplate() 
Method from org.jfree.report.filter.templates.ShapeFieldTemplate 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.ShapeFieldTemplate 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.