org.jfree.report.filter.templates
Class HorizontalLineTemplate

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

public class HorizontalLineTemplate
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
HorizontalLineTemplate()
          Default Constructor.
 
Method Summary
 java.lang.Object getValue()
          Returns the template value, an horizontal 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

HorizontalLineTemplate

public HorizontalLineTemplate()
Default Constructor.
Method Detail

getValue

public java.lang.Object getValue()
Returns the template value, an horizontal line.
Returns:
a horizontal line with a width of 100.