net.sf.jasperreports.charts
Interface JRDataRange

All Known Implementing Classes:
JRBaseDataRange, JRDesignDataRange, JRFillDataRange

public interface JRDataRange

Represents a numeric range.

Version:
$Id: JRDataRange.java 1385 2006-09-06 00:29:03 +0300 (Wed, 06 Sep 2006) bklawans $
Author:
Barry Klawans (bklawans@users.sourceforge.net)

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.
 

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


© 2001-2006 JasperSoft Corporation www.jaspersoft.com