net.sf.jasperreports.charts
Interface JRDataRange

All Superinterfaces:
java.lang.Cloneable, JRCloneable
All Known Implementing Classes:
JRBaseDataRange, JRDesignDataRange, JRFillDataRange

public interface JRDataRange
extends JRCloneable

Represents a numeric range.

Version:
$Id: JRDataRange.java 3032 2009-08-27 11:32:28Z teodord $
Author:
Barry Klawans ([email protected])

Method Summary
 JRExpression getHighExpression()
          Returns the expression that generates the upper bound of the range.
 JRExpression getLowExpression()
          Returns the expression that generates the lower bound of the range.
 
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
 

Method Detail

getLowExpression

JRExpression getLowExpression()
Returns the expression that generates the lower bound of the range.

Returns:
the expression that generates the lower bound of the range

getHighExpression

JRExpression getHighExpression()
Returns the expression that generates the upper bound of the range.

Returns:
the expression that generates the upper bound of the range


Copyright © 2011. All Rights Reserved.