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