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

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 VerticalLineTemplate() 
Method from org.jfree.report.filter.templates.VerticalLineTemplate 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.VerticalLineTemplate Detail:
 public Object getValue(ExpressionRuntime runtime,
    Element element) 
    Returns the template value, a vertical line.