Package net.sf.jasperreports.charts.fill
Class JRFillDataRange
- java.lang.Object
-
- net.sf.jasperreports.charts.fill.JRFillDataRange
-
- All Implemented Interfaces:
java.lang.Cloneable,JRDataRange,JRCloneable
public class JRFillDataRange extends java.lang.Object implements JRDataRange
- Author:
- Barry Klawans (bklawans@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description protected JRDataRangeparent
-
Constructor Summary
Constructors Constructor Description JRFillDataRange(JRDataRange dataRange, JRFillObjectFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectclone()JRExpressiongetHighExpression()Returns the expression that generates the upper bound of the range.JRExpressiongetLowExpression()Returns the expression that generates the lower bound of the range.
-
-
-
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:JRDataRangeReturns the expression that generates the lower bound of the range.- Specified by:
getLowExpressionin interfaceJRDataRange- Returns:
- the expression that generates the lower bound of the range
-
getHighExpression
public JRExpression getHighExpression()
Description copied from interface:JRDataRangeReturns the expression that generates the upper bound of the range.- Specified by:
getHighExpressionin interfaceJRDataRange- Returns:
- the expression that generates the upper bound of the range
-
clone
public java.lang.Object clone()
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classjava.lang.Object
-
-