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, java.lang.Cloneable, JRXyDataset, JRChangeEventsSupport, JRChartDataset, JRCloneable, JRElementDataset
public class JRDesignXyDataset
- extends JRDesignChartDataset
- implements JRXyDataset
- Version:
- $Id: JRDesignXyDataset.java 3032 2009-08-27 11:32:28Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_XY_SERIES
public static final java.lang.String PROPERTY_XY_SERIES
- See Also:
- Constant Field Values
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
clone
public java.lang.Object clone()
- Specified by:
clone in interface JRCloneable- Overrides:
clone in class JRBaseElementDataset
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com