net.sf.jasperreports.charts.design
Class JRDesignCategoryDataset
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.JRDesignCategoryDataset
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, JRCategoryDataset, JRChangeEventsSupport, JRChartDataset, JRCloneable, JRElementDataset
public class JRDesignCategoryDataset
- extends JRDesignChartDataset
- implements JRCategoryDataset
- Version:
- $Id: JRDesignCategoryDataset.java 3032 2009-08-27 11:32:28Z teodord $
- Author:
- Teodor Danciu ([email protected])
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_CATEGORY_SERIES
public static final java.lang.String PROPERTY_CATEGORY_SERIES
- See Also:
- Constant Field Values
JRDesignCategoryDataset
public JRDesignCategoryDataset(JRChartDataset dataset)
getSeries
public JRCategorySeries[] getSeries()
- Specified by:
getSeries
in interface JRCategoryDataset
getSeriesList
public java.util.List getSeriesList()
addCategorySeries
public void addCategorySeries(JRCategorySeries categorySeries)
removeCategorySeries
public JRCategorySeries removeCategorySeries(JRCategorySeries categorySeries)
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
Copyright © 2011. All Rights Reserved.