Package net.sf.jasperreports.charts
Interface JRDataRange
- All Superinterfaces:
Cloneable
,JRCloneable
- All Known Implementing Classes:
JRBaseDataRange
,JRDesignDataRange
,JRFillDataRange
Represents a numeric range.
- Author:
- Barry Klawans (bklawans@users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescriptionReturns the expression that generates the upper bound of the range.Returns the expression that generates the lower bound of the range.Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
-
Method Details
-
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
-