net.sf.jasperreports.charts.design
Class JRDesignHighLowDataset
java.lang.Object
net.sf.jasperreports.engine.base.JRBaseChartDataset
net.sf.jasperreports.engine.design.JRDesignChartDataset
net.sf.jasperreports.charts.design.JRDesignHighLowDataset
- All Implemented Interfaces:
- JRChartDataset, JRHighLowDataset, java.io.Serializable
- public class JRDesignHighLowDataset
- extends JRDesignChartDataset
- implements JRHighLowDataset
- Version:
- $Id: JRDesignHighLowDataset.java,v 1.12 2005/09/07 13:58:25 teodord Exp $
- Author:
- Ionut Nedelcu (ionutned@users.sourceforge.net)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
seriesExpression
protected JRExpression seriesExpression
dateExpression
protected JRExpression dateExpression
highExpression
protected JRExpression highExpression
lowExpression
protected JRExpression lowExpression
openExpression
protected JRExpression openExpression
closeExpression
protected JRExpression closeExpression
volumeExpression
protected JRExpression volumeExpression
JRDesignHighLowDataset
public JRDesignHighLowDataset(JRChartDataset dataset)
getSeriesExpression
public JRExpression getSeriesExpression()
- Specified by:
getSeriesExpression
in interface JRHighLowDataset
setSeriesExpression
public void setSeriesExpression(JRExpression seriesExpression)
getDateExpression
public JRExpression getDateExpression()
- Specified by:
getDateExpression
in interface JRHighLowDataset
setDateExpression
public void setDateExpression(JRExpression dateExpression)
getHighExpression
public JRExpression getHighExpression()
- Specified by:
getHighExpression
in interface JRHighLowDataset
setHighExpression
public void setHighExpression(JRExpression highExpression)
getLowExpression
public JRExpression getLowExpression()
- Specified by:
getLowExpression
in interface JRHighLowDataset
setLowExpression
public void setLowExpression(JRExpression lowExpression)
getOpenExpression
public JRExpression getOpenExpression()
- Specified by:
getOpenExpression
in interface JRHighLowDataset
setOpenExpression
public void setOpenExpression(JRExpression openExpression)
getCloseExpression
public JRExpression getCloseExpression()
- Specified by:
getCloseExpression
in interface JRHighLowDataset
setCloseExpression
public void setCloseExpression(JRExpression closeExpression)
getVolumeExpression
public JRExpression getVolumeExpression()
- Specified by:
getVolumeExpression
in interface JRHighLowDataset
setVolumeExpression
public void setVolumeExpression(JRExpression volumeExpression)
getDatasetType
public byte getDatasetType()
- Description copied from interface:
JRChartDataset
- Gets the dataset type. Must be one of the dataset type constants defined in this class.
- Specified by:
getDatasetType
in interface JRChartDataset
- Overrides:
getDatasetType
in class JRDesignChartDataset
collectExpressions
public void collectExpressions(JRExpressionCollector collector)
- Specified by:
collectExpressions
in interface JRChartDataset
© 2001-2005 JasperSoft Corporation www.jaspersoft.com