net.sf.jasperreports.charts.design
Class JRDesignPieDataset
java.lang.Object
net.sf.jasperreports.engine.base.JRBaseChartDataset
net.sf.jasperreports.engine.design.JRDesignChartDataset
net.sf.jasperreports.charts.design.JRDesignPieDataset
- All Implemented Interfaces:
- JRChartDataset, JRPieDataset, java.io.Serializable
- public class JRDesignPieDataset
- extends JRDesignChartDataset
- implements JRPieDataset
- Version:
- $Id: JRDesignPieDataset.java,v 1.11 2005/10/09 21:34:26 teodord Exp $
- 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 |
keyExpression
protected JRExpression keyExpression
valueExpression
protected JRExpression valueExpression
labelExpression
protected JRExpression labelExpression
JRDesignPieDataset
public JRDesignPieDataset(JRChartDataset dataset)
getKeyExpression
public JRExpression getKeyExpression()
- Specified by:
getKeyExpression
in interface JRPieDataset
setKeyExpression
public void setKeyExpression(JRExpression keyExpression)
getValueExpression
public JRExpression getValueExpression()
- Specified by:
getValueExpression
in interface JRPieDataset
setValueExpression
public void setValueExpression(JRExpression valueExpression)
getLabelExpression
public JRExpression getLabelExpression()
- Specified by:
getLabelExpression
in interface JRPieDataset
setLabelExpression
public void setLabelExpression(JRExpression labelExpression)
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