net.sf.jasperreports.charts.fill
Class JRFillPieDataset
java.lang.Object
net.sf.jasperreports.engine.fill.JRFillElementDataset
net.sf.jasperreports.engine.fill.JRFillChartDataset
net.sf.jasperreports.charts.fill.JRFillPieDataset
- All Implemented Interfaces:
- Cloneable, JRPieDataset, JRChartDataset, JRCloneable, JRElementDataset
public class JRFillPieDataset
- extends JRFillChartDataset
- implements JRPieDataset
- Version:
- $Id: JRFillPieDataset.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
| Methods inherited from class net.sf.jasperreports.engine.fill.JRFillElementDataset |
clone, evaluate, evaluateDatasetRun, evaluateIncrementWhenExpression, getDatasetRun, getFillDataset, getIncrementGroup, getIncrementTypeValue, getIncrementWhenExpression, getInputDataset, getResetGroup, getResetTypeValue, getTimeZone, increment, initialize |
pieSeries
protected JRFillPieSeries[] pieSeries
JRFillPieDataset
public JRFillPieDataset(JRPieDataset pieDataset,
JRFillObjectFactory factory)
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
getOtherKeyExpression
public JRExpression getOtherKeyExpression()
- Specified by:
getOtherKeyExpression in interface JRPieDataset
getOtherLabelExpression
public JRExpression getOtherLabelExpression()
- Specified by:
getOtherLabelExpression in interface JRPieDataset
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
customInitialize
protected void customInitialize()
- Description copied from class:
JRFillElementDataset
- Initializes the element dataset.
The dataset is initialized before being used and after each time the
dataset gets reset.
- Specified by:
customInitialize in class JRFillElementDataset
- See Also:
JRFillElementDataset.getResetTypeValue()
customEvaluate
protected void customEvaluate(JRCalculator calculator)
throws JRExpressionEvalException
- Description copied from class:
JRFillElementDataset
- Evaluates the expressions associated with the dataset.
Usually, the result of the evaluation would be preserved so that it is
used in JRFillElementDataset.customIncrement()
- Specified by:
customEvaluate in class JRFillElementDataset
- Parameters:
calculator - used to evaluate expressions
- Throws:
JRExpressionEvalException - any exception that occurs while
evaluating expressions
evaluateOtherSectionHyperlink
protected void evaluateOtherSectionHyperlink(JRCalculator calculator)
throws JRExpressionEvalException
- Throws:
JRExpressionEvalException
customIncrement
protected void customIncrement()
- Description copied from class:
JRFillElementDataset
- Increments the dataset by collecting the result of the expression
evaluation.
- Specified by:
customIncrement in class JRFillElementDataset
getCustomDataset
public org.jfree.data.general.Dataset getCustomDataset()
- Specified by:
getCustomDataset in class JRFillChartDataset
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
getLabelGenerator
public Object getLabelGenerator()
- Specified by:
getLabelGenerator in class JRFillChartDataset
collectExpressions
public void collectExpressions(JRExpressionCollector collector)
- Specified by:
collectExpressions in interface JRElementDataset
getSectionHyperlinks
public Map<Comparable<?>,JRPrintHyperlink> getSectionHyperlinks()
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
Copyright © 2012. All Rights Reserved.