Package net.sf.jasperreports.charts.fill
Class JRFillDataRange
java.lang.Object
net.sf.jasperreports.charts.fill.JRFillDataRange
- All Implemented Interfaces:
Cloneable,JRDataRange,JRCloneable
- Author:
- Barry Klawans (bklawans@users.sourceforge.net)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Returns the expression that generates the upper bound of the range.Returns the expression that generates the lower bound of the range.
-
Field Details
-
parent
-
-
Constructor Details
-
JRFillDataRange
-
-
Method Details
-
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
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
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classObject
-