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

All Implemented Interfaces:
    Template

An image URL element template, which reads the image from a static URL.
Constructor:
 public ImageURLElementTemplate() 
Method from org.jfree.report.filter.templates.ImageURLElementTemplate Summary:
clone,   getBaseURL,   getContent,   getValue,   setBaseURL,   setContent
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.ImageURLElementTemplate Detail:
 public Object clone() throws CloneNotSupportedException 
    Clones the template.
 public URL getBaseURL() 
    Returns the base URL.
 public String getContent() 
    Returns the URL text for the template.
 public Object getValue(ExpressionRuntime runtime,
    Element element) 
    Returns the current value for the data source.
 public  void setBaseURL(URL baseURL) 
    Sets the base URL.
 public  void setContent(String content) 
    Sets the URL for the template.