org.jfree.report.filter.templates
Class VerticalLineTemplate

java.lang.Object
  |
  +--org.jfree.report.filter.templates.AbstractTemplate
        |
        +--org.jfree.report.filter.templates.VerticalLineTemplate

public class VerticalLineTemplate
extends AbstractTemplate

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.

Author:
Thomas Morgner
See Also:
Serialized Form

Constructor Summary
VerticalLineTemplate()
          Default Constructor.
 
Method Summary
 java.lang.Object getValue()
          Returns the template value, a vertical line.
 
Methods inherited from class org.jfree.report.filter.templates.AbstractTemplate
clone, getInstance, getName, setName
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerticalLineTemplate

public VerticalLineTemplate()
Default Constructor.
Method Detail

getValue

public java.lang.Object getValue()
Returns the template value, a vertical line.
Returns:
a vertical line with a height of 100.