net.sf.jasperreports.charts.design
Class JRDesignPieDataset
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.JRDesignPieDataset
- All Implemented Interfaces:
- Serializable, Cloneable, JRPieDataset, JRChangeEventsSupport, JRChartDataset, JRCloneable, JRElementDataset
public class JRDesignPieDataset
- extends JRDesignChartDataset
- implements JRPieDataset
- Version:
- $Id: JRDesignPieDataset.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
PROPERTY_MIN_PERCENTAGE
public static final String PROPERTY_MIN_PERCENTAGE
- See Also:
- Constant Field Values
PROPERTY_MAX_COUNT
public static final String PROPERTY_MAX_COUNT
- See Also:
- Constant Field Values
PROPERTY_PIE_SERIES
public static final String PROPERTY_PIE_SERIES
- See Also:
- Constant Field Values
PROPERTY_KEY_EXPRESSION
public static final String PROPERTY_KEY_EXPRESSION
- See Also:
- Constant Field Values
PROPERTY_VALUE_EXPRESSION
public static final String PROPERTY_VALUE_EXPRESSION
- See Also:
- Constant Field Values
PROPERTY_LABEL_EXPRESSION
public static final String PROPERTY_LABEL_EXPRESSION
- See Also:
- Constant Field Values
PROPERTY_SECTION_HYPERLINK
public static final String PROPERTY_SECTION_HYPERLINK
- See Also:
- Constant Field Values
PROPERTY_OTHER_KEY_EXPRESSION
public static final String PROPERTY_OTHER_KEY_EXPRESSION
- See Also:
- Constant Field Values
PROPERTY_OTHER_LABEL_EXPRESSION
public static final String PROPERTY_OTHER_LABEL_EXPRESSION
- See Also:
- Constant Field Values
PROPERTY_OTHER_SECTION_HYPERLINK
public static final String PROPERTY_OTHER_SECTION_HYPERLINK
- See Also:
- Constant Field Values
otherKeyExpression
protected JRExpression otherKeyExpression
otherLabelExpression
protected JRExpression otherLabelExpression
JRDesignPieDataset
public JRDesignPieDataset(JRChartDataset dataset)
getMinPercentage
public Float getMinPercentage()
- Specified by:
getMinPercentage in interface JRPieDataset
setMinPercentage
public void setMinPercentage(Float minPercentage)
- Specified by:
setMinPercentage in interface JRPieDataset
getMaxCount
public Integer getMaxCount()
- Specified by:
getMaxCount in interface JRPieDataset
setMaxCount
public void setMaxCount(Integer maxCount)
- Specified by:
setMaxCount in interface JRPieDataset
getSeries
public JRPieSeries[] getSeries()
- Specified by:
getSeries in interface JRPieDataset
getSeriesList
public List<JRPieSeries> getSeriesList()
addPieSeries
public void addPieSeries(JRPieSeries pieSeries)
addPieSeries
public void addPieSeries(int index,
JRPieSeries pieSeries)
removePieSeries
public JRPieSeries removePieSeries(JRPieSeries pieSeries)
getKeyExpression
public JRExpression getKeyExpression()
- Deprecated. Replaced by
getSeries().
setKeyExpression
public void setKeyExpression(JRExpression keyExpression)
- Deprecated. Replaced by
getSeries().
getValueExpression
public JRExpression getValueExpression()
- Deprecated. Replaced by
getSeries().
setValueExpression
public void setValueExpression(JRExpression valueExpression)
- Deprecated. Replaced by
getSeries().
getLabelExpression
public JRExpression getLabelExpression()
- Deprecated. Replaced by
getSeries().
setLabelExpression
public void setLabelExpression(JRExpression labelExpression)
- Deprecated. Replaced by
getSeries().
getSectionHyperlink
public JRHyperlink getSectionHyperlink()
- Deprecated. Replaced by
getSeries().
setSectionHyperlink
public void setSectionHyperlink(JRHyperlink sectionHyperlink)
- Deprecated. Replaced by
getSeries().
getOtherKeyExpression
public JRExpression getOtherKeyExpression()
- Specified by:
getOtherKeyExpression in interface JRPieDataset
setOtherKeyExpression
public void setOtherKeyExpression(JRExpression otherKeyExpression)
getOtherLabelExpression
public JRExpression getOtherLabelExpression()
- Specified by:
getOtherLabelExpression in interface JRPieDataset
setOtherLabelExpression
public void setOtherLabelExpression(JRExpression otherLabelExpression)
getOtherSectionHyperlink
public JRHyperlink getOtherSectionHyperlink()
- Description copied from interface:
JRPieDataset
- Returns the hyperlink specification for the special Other chart section, if present.
- Specified by:
getOtherSectionHyperlink in interface JRPieDataset
- Returns:
- hyperlink specification for the Other chart section
setOtherSectionHyperlink
public void setOtherSectionHyperlink(JRHyperlink otherSectionHyperlink)
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 Object clone()
- Specified by:
clone in interface JRCloneable- Overrides:
clone in class JRDesignElementDataset
Copyright © 2012. All Rights Reserved.