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

All Implemented Interfaces:
    Template

Defines a horizontal line template. The line always has the width of 100 points. This implementation is used to cover the common use of the line shape element. Use the scaling feature of the shape element to adjust the size of the line.
Constructor:
 public HorizontalLineTemplate() 
Method from org.jfree.report.filter.templates.HorizontalLineTemplate Summary:
getValue
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.HorizontalLineTemplate Detail:
 public Object getValue(ExpressionRuntime runtime,
    Element element) 
    Returns the template value, an horizontal line.