net.sf.jasperreports.charts.design
Class JRDesignXyDataset
java.lang.Object
net.sf.jasperreports.engine.base.JRBaseElementDataset
net.sf.jasperreports.engine.design.JRDesignElementDataset
net.sf.jasperreports.engine.design.JRDesignChartDataset
net.sf.jasperreports.charts.design.JRDesignXyDataset
- All Implemented Interfaces:
- java.io.Serializable, JRXyDataset, JRChartDataset, JRElementDataset
public class JRDesignXyDataset
- extends JRDesignChartDataset
- implements JRXyDataset
- Version:
- $Id: JRDesignXyDataset.java 1364 2006-08-31 18:13:20 +0300 (Thu, 31 Aug 2006) lucianc $
- Author:
- Teodor Danciu (teodord@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 |
JRDesignXyDataset
public JRDesignXyDataset(JRChartDataset dataset)
getSeries
public JRXySeries[] getSeries()
- Specified by:
getSeries
in interface JRXyDataset
getSeriesList
public java.util.List getSeriesList()
addXySeries
public void addXySeries(JRXySeries xySeries)
removeXySeries
public JRXySeries removeXySeries(JRXySeries xySeries)
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 JRElementDataset
validate
public void validate(JRVerifier verifier)
- Description copied from interface:
JRChartDataset
- Validates the dataset using a verifier.
Broken rules are collected by the verifier.
- Specified by:
validate
in interface JRChartDataset
- Parameters:
verifier
- the verifier to use for validation
© 2001-2006 JasperSoft Corporation www.jaspersoft.com