|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.fill.JRFillElementDataset
net.sf.jasperreports.engine.fill.JRFillChartDataset
net.sf.jasperreports.charts.fill.JRFillPieDataset
public class JRFillPieDataset
| Field Summary | |
|---|---|
protected JRFillPieSeries[] |
pieSeries
|
| Fields inherited from class net.sf.jasperreports.engine.fill.JRFillElementDataset |
|---|
datasetRun, incrementGroup, parent, resetGroup |
| Fields inherited from interface net.sf.jasperreports.engine.JRChartDataset |
|---|
CATEGORY_DATASET, GANTT_DATASET, HIGHLOW_DATASET, PIE_DATASET, TIMEPERIOD_DATASET, TIMESERIES_DATASET, VALUE_DATASET, XY_DATASET, XYZ_DATASET |
| Constructor Summary | |
|---|---|
JRFillPieDataset(JRPieDataset pieDataset,
JRFillObjectFactory factory)
|
|
| Method Summary | |
|---|---|
void |
collectExpressions(JRExpressionCollector collector)
|
protected void |
customEvaluate(JRCalculator calculator)
Evaluates the expressions associated with the dataset. |
protected void |
customIncrement()
Increments the dataset by collecting the result of the expression evaluation. |
protected void |
customInitialize()
Initializes the element dataset. |
protected void |
evaluateOtherSectionHyperlink(JRCalculator calculator)
|
org.jfree.data.general.Dataset |
getCustomDataset()
|
byte |
getDatasetType()
Gets the dataset type. |
JRExpression |
getKeyExpression()
Deprecated. Replaced by getSeries(). |
JRExpression |
getLabelExpression()
Deprecated. Replaced by getSeries(). |
java.lang.Object |
getLabelGenerator()
|
java.lang.Integer |
getMaxCount()
|
java.lang.Float |
getMinPercentage()
|
JRExpression |
getOtherKeyExpression()
|
JRExpression |
getOtherLabelExpression()
|
JRHyperlink |
getOtherSectionHyperlink()
Returns the hyperlink specification for the special Other chart section, if present. |
JRHyperlink |
getSectionHyperlink()
Deprecated. Replaced by getSeries(). |
java.util.Map |
getSectionHyperlinks()
|
JRPieSeries[] |
getSeries()
|
JRExpression |
getValueExpression()
Deprecated. Replaced by getSeries(). |
void |
setMaxCount(java.lang.Integer maxCount)
|
void |
setMinPercentage(java.lang.Float minPercentage)
|
void |
validate(JRVerifier verifier)
Validates the dataset using a verifier. |
| Methods inherited from class net.sf.jasperreports.engine.fill.JRFillChartDataset |
|---|
getDataset |
| Methods inherited from class net.sf.jasperreports.engine.fill.JRFillElementDataset |
|---|
clone, evaluate, evaluateDatasetRun, evaluateIncrementWhenExpression, getDatasetRun, getIncrementGroup, getIncrementType, getIncrementTypeValue, getIncrementWhenExpression, getInputDataset, getResetGroup, getResetType, getResetTypeValue, getTimeZone, increment, initialize |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.jasperreports.engine.JRElementDataset |
|---|
getDatasetRun, getIncrementGroup, getIncrementType, getIncrementTypeValue, getIncrementWhenExpression, getResetGroup, getResetType, getResetTypeValue |
| Methods inherited from interface net.sf.jasperreports.engine.JRCloneable |
|---|
clone |
| Field Detail |
|---|
protected JRFillPieSeries[] pieSeries
| Constructor Detail |
|---|
public JRFillPieDataset(JRPieDataset pieDataset,
JRFillObjectFactory factory)
| Method Detail |
|---|
public java.lang.Float getMinPercentage()
getMinPercentage in interface JRPieDatasetpublic void setMinPercentage(java.lang.Float minPercentage)
setMinPercentage in interface JRPieDatasetpublic java.lang.Integer getMaxCount()
getMaxCount in interface JRPieDatasetpublic void setMaxCount(java.lang.Integer maxCount)
setMaxCount in interface JRPieDatasetpublic JRPieSeries[] getSeries()
getSeries in interface JRPieDatasetpublic JRExpression getKeyExpression()
getSeries().
getKeyExpression in interface JRPieDatasetpublic JRExpression getValueExpression()
getSeries().
getValueExpression in interface JRPieDatasetpublic JRExpression getLabelExpression()
getSeries().
getLabelExpression in interface JRPieDatasetpublic JRHyperlink getSectionHyperlink()
getSeries().
getSectionHyperlink in interface JRPieDatasetpublic JRExpression getOtherKeyExpression()
getOtherKeyExpression in interface JRPieDatasetpublic JRExpression getOtherLabelExpression()
getOtherLabelExpression in interface JRPieDatasetpublic JRHyperlink getOtherSectionHyperlink()
JRPieDataset
getOtherSectionHyperlink in interface JRPieDatasetprotected void customInitialize()
JRFillElementDatasetThe dataset is initialized before being used and after each time the dataset gets reset.
customInitialize in class JRFillElementDatasetJRFillElementDataset.getResetType()
protected void customEvaluate(JRCalculator calculator)
throws JRExpressionEvalException
JRFillElementDataset
Usually, the result of the evaluation would be preserved so that it is
used in JRFillElementDataset.customIncrement()
customEvaluate in class JRFillElementDatasetcalculator - used to evaluate expressions
JRExpressionEvalException - any exception that occurs while
evaluating expressions
protected void evaluateOtherSectionHyperlink(JRCalculator calculator)
throws JRExpressionEvalException
JRExpressionEvalExceptionprotected void customIncrement()
JRFillElementDataset
customIncrement in class JRFillElementDatasetpublic org.jfree.data.general.Dataset getCustomDataset()
getCustomDataset in class JRFillChartDatasetpublic byte getDatasetType()
JRChartDataset
getDatasetType in interface JRChartDatasetpublic java.lang.Object getLabelGenerator()
getLabelGenerator in class JRFillChartDatasetpublic void collectExpressions(JRExpressionCollector collector)
collectExpressions in interface JRElementDatasetpublic java.util.Map getSectionHyperlinks()
public void validate(JRVerifier verifier)
JRChartDatasetBroken rules are collected by the verifier.
validate in interface JRChartDatasetverifier - the verifier to use for validation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||