public class JRFillHighLowDataset extends JRFillChartDataset implements JRHighLowDataset
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EXCEPTION_MESSAGE_KEY_SERIES_NULL_CLOSE_VALUE |
static java.lang.String |
EXCEPTION_MESSAGE_KEY_SERIES_NULL_DATE_VALUE |
static java.lang.String |
EXCEPTION_MESSAGE_KEY_SERIES_NULL_HIGH_VALUE |
static java.lang.String |
EXCEPTION_MESSAGE_KEY_SERIES_NULL_LOW_VALUE |
static java.lang.String |
EXCEPTION_MESSAGE_KEY_SERIES_NULL_OPEN_VALUE |
static java.lang.String |
EXCEPTION_MESSAGE_KEY_SERIES_NULL_VOLUME_VALUE |
datasetRun, incrementGroup, parent, resetGroup
CATEGORY_DATASET, GANTT_DATASET, HIGHLOW_DATASET, PIE_DATASET, TIMEPERIOD_DATASET, TIMESERIES_DATASET, VALUE_DATASET, XY_DATASET, XYZ_DATASET
Constructor and Description |
---|
JRFillHighLowDataset(JRHighLowDataset dataset,
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.
|
protected void |
evaluateSectionHyperlink(JRCalculator calculator) |
JRExpression |
getCloseExpression() |
Dataset |
getCustomDataset() |
byte |
getDatasetType()
Gets the dataset type.
|
JRExpression |
getDateExpression() |
JRExpression |
getHighExpression() |
JRHyperlink |
getItemHyperlink()
Returns the hyperlink specification for chart items.
|
java.util.List<JRPrintHyperlink> |
getItemHyperlinks() |
java.lang.Object |
getLabelGenerator() |
JRExpression |
getLowExpression() |
JRExpression |
getOpenExpression() |
JRExpression |
getSeriesExpression() |
JRExpression |
getVolumeExpression() |
boolean |
hasItemHyperlink() |
void |
validate(JRVerifier verifier)
Validates the dataset using a verifier.
|
getDataset
clone, evaluate, evaluateDatasetRun, evaluateIncrementWhenExpression, getDatasetRun, getFillDataset, getFiller, getIncrementGroup, getIncrementTypeValue, getIncrementWhenExpression, getInputDataset, getResetGroup, getResetTypeValue, getTimeZone, increment, initialize, setBand
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDatasetRun, getIncrementGroup, getIncrementTypeValue, getIncrementWhenExpression, getResetGroup, getResetTypeValue
clone
public static final java.lang.String EXCEPTION_MESSAGE_KEY_SERIES_NULL_CLOSE_VALUE
public static final java.lang.String EXCEPTION_MESSAGE_KEY_SERIES_NULL_DATE_VALUE
public static final java.lang.String EXCEPTION_MESSAGE_KEY_SERIES_NULL_HIGH_VALUE
public static final java.lang.String EXCEPTION_MESSAGE_KEY_SERIES_NULL_LOW_VALUE
public static final java.lang.String EXCEPTION_MESSAGE_KEY_SERIES_NULL_OPEN_VALUE
public static final java.lang.String EXCEPTION_MESSAGE_KEY_SERIES_NULL_VOLUME_VALUE
public JRFillHighLowDataset(JRHighLowDataset dataset, JRFillObjectFactory factory)
protected void customInitialize()
JRFillElementDataset
The dataset is initialized before being used and after each time the dataset gets reset.
customInitialize
in class JRFillElementDataset
JRFillElementDataset.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 JRFillElementDataset
calculator
- used to evaluate expressionsJRExpressionEvalException
- any exception that occurs while
evaluating expressionsprotected void evaluateSectionHyperlink(JRCalculator calculator) throws JRExpressionEvalException
JRExpressionEvalException
protected void customIncrement()
JRFillElementDataset
customIncrement
in class JRFillElementDataset
public Dataset getCustomDataset()
getCustomDataset
in class JRFillChartDataset
public java.lang.Object getLabelGenerator()
getLabelGenerator
in class JRFillChartDataset
public JRExpression getSeriesExpression()
getSeriesExpression
in interface JRHighLowDataset
java.lang.Comparable
value returned by this expression,
and it must also be used as the series name in the chart's legend.public JRExpression getDateExpression()
getDateExpression
in interface JRHighLowDataset
public JRExpression getHighExpression()
getHighExpression
in interface JRHighLowDataset
public JRExpression getLowExpression()
getLowExpression
in interface JRHighLowDataset
public JRExpression getOpenExpression()
getOpenExpression
in interface JRHighLowDataset
public JRExpression getCloseExpression()
getCloseExpression
in interface JRHighLowDataset
public JRExpression getVolumeExpression()
getVolumeExpression
in interface JRHighLowDataset
public byte getDatasetType()
JRChartDataset
getDatasetType
in interface JRChartDataset
public void collectExpressions(JRExpressionCollector collector)
collectExpressions
in interface JRElementDataset
public JRHyperlink getItemHyperlink()
JRHighLowDataset
The hyperlink will be evaluated for every chart item and a image map will be created for the chart.
getItemHyperlink
in interface JRHighLowDataset
public boolean hasItemHyperlink()
public java.util.List<JRPrintHyperlink> getItemHyperlinks()
public void validate(JRVerifier verifier)
JRChartDataset
Broken rules are collected by the verifier.
validate
in interface JRChartDataset
verifier
- the verifier to use for validation© 2001-2014 TIBCO Software Inc. www.jaspersoft.com