|
||||||||||
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 JRPieDataset
public void setMinPercentage(java.lang.Float minPercentage)
setMinPercentage
in interface JRPieDataset
public java.lang.Integer getMaxCount()
getMaxCount
in interface JRPieDataset
public void setMaxCount(java.lang.Integer maxCount)
setMaxCount
in interface JRPieDataset
public JRPieSeries[] getSeries()
getSeries
in interface JRPieDataset
public JRExpression getKeyExpression()
getSeries()
.
getKeyExpression
in interface JRPieDataset
public JRExpression getValueExpression()
getSeries()
.
getValueExpression
in interface JRPieDataset
public JRExpression getLabelExpression()
getSeries()
.
getLabelExpression
in interface JRPieDataset
public JRHyperlink getSectionHyperlink()
getSeries()
.
getSectionHyperlink
in interface JRPieDataset
public JRExpression getOtherKeyExpression()
getOtherKeyExpression
in interface JRPieDataset
public JRExpression getOtherLabelExpression()
getOtherLabelExpression
in interface JRPieDataset
public JRHyperlink getOtherSectionHyperlink()
JRPieDataset
getOtherSectionHyperlink
in interface JRPieDataset
protected void customInitialize()
JRFillElementDataset
The dataset is initialized before being used and after each time the dataset gets reset.
customInitialize
in class JRFillElementDataset
JRFillElementDataset.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 JRFillElementDataset
calculator
- used to evaluate expressions
JRExpressionEvalException
- any exception that occurs while
evaluating expressionsprotected void evaluateOtherSectionHyperlink(JRCalculator calculator) throws JRExpressionEvalException
JRExpressionEvalException
protected void customIncrement()
JRFillElementDataset
customIncrement
in class JRFillElementDataset
public org.jfree.data.general.Dataset getCustomDataset()
getCustomDataset
in class JRFillChartDataset
public byte getDatasetType()
JRChartDataset
getDatasetType
in interface JRChartDataset
public java.lang.Object getLabelGenerator()
getLabelGenerator
in class JRFillChartDataset
public void collectExpressions(JRExpressionCollector collector)
collectExpressions
in interface JRElementDataset
public java.util.Map getSectionHyperlinks()
public void validate(JRVerifier verifier)
JRChartDataset
Broken rules are collected by the verifier.
validate
in interface JRChartDataset
verifier
- the verifier to use for validation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |