public class FillSpiderDataset extends JRFillElementDataset implements SpiderDataset
| Modifier and Type | Field and Description |
|---|---|
protected JRFillCategorySeries[] |
categorySeries |
static String |
EXCEPTION_MESSAGE_KEY_SERIES_NULL_NAME |
datasetRun, incrementGroup, parent, resetGroup| Constructor and Description |
|---|
FillSpiderDataset(SpiderDataset spiderDataset,
JRFillObjectFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
finishDataset() |
org.jfree.data.category.DefaultCategoryDataset |
getCustomDataset() |
Map<Comparable<?>,Map<Comparable<?>,JRPrintHyperlink>> |
getItemHyperlinks() |
org.jfree.chart.labels.StandardCategoryItemLabelGenerator |
getLabelGenerator() |
JRCategorySeries[] |
getSeries() |
boolean |
hasItemHyperlinks() |
clone, evaluate, evaluateDatasetRun, evaluateIncrementWhenExpression, getDatasetRun, getFillDataset, getFiller, getIncrementGroup, getIncrementTypeValue, getIncrementWhenExpression, getInputDataset, getLocale, getResetGroup, getResetTypeValue, getTimeZone, increment, initialize, setBandequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDatasetRun, getIncrementGroup, getIncrementTypeValue, getIncrementWhenExpression, getResetGroup, getResetTypeValueclonepublic static final String EXCEPTION_MESSAGE_KEY_SERIES_NULL_NAME
protected JRFillCategorySeries[] categorySeries
public FillSpiderDataset(SpiderDataset spiderDataset, JRFillObjectFactory factory)
public JRCategorySeries[] getSeries()
getSeries in interface SpiderDatasetprotected void customInitialize()
JRFillElementDatasetThe dataset is initialized before being used and after each time the dataset gets reset.
customInitialize in class JRFillElementDatasetJRFillElementDataset.getResetTypeValue()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 expressionsJRExpressionEvalException - any exception that occurs while
evaluating expressionsprotected void customIncrement()
JRFillElementDatasetcustomIncrement in class JRFillElementDatasetpublic org.jfree.data.category.DefaultCategoryDataset getCustomDataset()
public org.jfree.chart.labels.StandardCategoryItemLabelGenerator getLabelGenerator()
public void collectExpressions(JRExpressionCollector collector)
collectExpressions in interface JRElementDatasetpublic Map<Comparable<?>,Map<Comparable<?>,JRPrintHyperlink>> getItemHyperlinks()
public boolean hasItemHyperlinks()
public void finishDataset()
Copyright © 2017. All rights reserved.