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

All Implemented Interfaces:
    Template

A label template can be used to describe static text content.
Constructor:
 public LabelTemplate() 
Method from org.jfree.report.filter.templates.LabelTemplate Summary:
clone,   getContent,   getNullValue,   getValue,   setContent,   setNullValue
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.LabelTemplate Detail:
 public Object clone() throws CloneNotSupportedException 
    Clones the template.
 public String getContent() 
    Returns the text for the label.
 public String getNullValue() 
    Returns the string that represents null.
 public Object getValue(ExpressionRuntime runtime,
    Element element) 
    Returns the current value for the data source.
 public  void setContent(String content) 
    Sets the text for the label.
 public  void setNullValue(String nullValue) 
    Sets the string that represents null.