net.sf.jasperreports.charts.fill
Class JRFillDataRange

java.lang.Object
  extended by net.sf.jasperreports.charts.fill.JRFillDataRange
All Implemented Interfaces:
JRDataRange

public class JRFillDataRange
extends java.lang.Object
implements JRDataRange

Version:
$Id: JRFillDataRange.java 1386 2006-09-06 00:33:02 +0300 (Wed, 06 Sep 2006) bklawans $
Author:
Barry Klawans (bklawans@users.sourceforge.net)

Field Summary
protected  JRDataRange parent
           
 
Constructor Summary
JRFillDataRange(JRDataRange dataRange, JRFillObjectFactory factory)
           
 
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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

protected JRDataRange parent
Constructor Detail

JRFillDataRange

public JRFillDataRange(JRDataRange dataRange,
                       JRFillObjectFactory factory)
Method Detail

getLowExpression

public JRExpression getLowExpression()
Description copied from interface: JRDataRange
Returns the expression that generates the lower bound of the range.

Specified by:
getLowExpression in interface JRDataRange
Returns:
the expression that generates the lower bound of the range

getHighExpression

public JRExpression getHighExpression()
Description copied from interface: JRDataRange
Returns the expression that generates the upper bound of the range.

Specified by:
getHighExpression in interface JRDataRange
Returns:
the expression that generates the upper bound of the range


© 2001-2006 JasperSoft Corporation www.jaspersoft.com