|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.charts.base.JRBaseDataRange
net.sf.jasperreports.charts.design.JRDesignDataRange
public class JRDesignDataRange
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.
Field Summary |
---|
Fields inherited from class net.sf.jasperreports.charts.base.JRBaseDataRange |
---|
highExpression, lowExpression |
Constructor Summary | |
---|---|
JRDesignDataRange(JRDataRange dataRange)
Constructs a new data range that is a copy of an existing one. |
Method Summary | |
---|---|
void |
setHighExpression(JRExpression highExpression)
Sets the high expression of the range. |
void |
setLowExpression(JRExpression lowExpression)
Sets the low expression of the range. |
Methods inherited from class net.sf.jasperreports.charts.base.JRBaseDataRange |
---|
collectExpressions, getHighExpression, getLowExpression |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JRDesignDataRange(JRDataRange dataRange)
dataRange
- the range to copyMethod Detail |
---|
public void setLowExpression(JRExpression lowExpression)
lowExpression
- used to get the lower bound of the rangepublic void setHighExpression(JRExpression highExpression)
highExpression
- used to get the upper bound of the range
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |