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
- Version:
- $Id: JRFillDataRange.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- Barry Klawans (bklawans@users.sourceforge.net)
parent
protected JRDataRange parent
JRFillDataRange
public JRFillDataRange(JRDataRange dataRange,
JRFillObjectFactory factory)
getLowExpression
public JRExpression getLowExpression()
- Description copied from interface:
JRDataRange
- Returns the expression that generates the lower bound of the range.
- Specified by:
getLowExpression in interface JRDataRange
- 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 interface JRDataRange
- Returns:
- the expression that generates the upper bound of the range
clone
public Object clone()
- Specified by:
clone in interface JRCloneable- Overrides:
clone in class Object
Copyright © 2012. All Rights Reserved.