| |
|
| java.lang.Object net.sf.jasperreports.charts.base.JRBaseDataRange net.sf.jasperreports.charts.design.JRDesignDataRange
JRDesignDataRange | public class JRDesignDataRange extends JRBaseDataRange (Code) | | Contains a range of values. Used to specify the set of acceptable values
for a meter or thermometer, and to divide those charts up into subsections.
author: Barry Klawans (bklawans@users.sourceforge.net) version: $Id: JRDesignDataRange.java 1794 2007-07-30 09:07:50Z teodord $ |
JRDesignDataRange | public JRDesignDataRange(JRDataRange dataRange)(Code) | | Constructs a new data range that is a copy of an existing one.
Parameters: dataRange - the range to copy |
setHighExpression | public void setHighExpression(JRExpression highExpression)(Code) | | Sets the high expression of the range. The high expression is
used to get the upper bound of the range.
Parameters: highExpression - used to get the upper bound of the range |
setLowExpression | public void setLowExpression(JRExpression lowExpression)(Code) | | Sets the low expression of the range. The low expression is
evaluted to get the lower bound of the range.
Parameters: lowExpression - used to get the lower bound of the range |
|
|
|