public class JRFillTimeSeries extends Object implements JRTimeSeries
| Modifier and Type | Field and Description |
|---|---|
protected JRTimeSeries |
parent |
| Constructor and Description |
|---|
JRFillTimeSeries(JRTimeSeries timeSeries,
JRFillObjectFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
protected void |
evaluate(JRCalculator calculator) |
protected void |
evaluateItemHyperlink(JRCalculator calculator) |
JRHyperlink |
getItemHyperlink()
Returns the hyperlink specification for chart items.
|
protected String |
getLabel() |
JRExpression |
getLabelExpression() |
JRPrintHyperlink |
getPrintItemHyperlink() |
protected Comparable<?> |
getSeries() |
JRExpression |
getSeriesExpression() |
protected Date |
getTimePeriod() |
JRExpression |
getTimePeriodExpression() |
protected Number |
getValue() |
JRExpression |
getValueExpression() |
boolean |
hasItemHyperlink() |
protected JRTimeSeries parent
public JRFillTimeSeries(JRTimeSeries timeSeries, JRFillObjectFactory factory)
public JRExpression getSeriesExpression()
getSeriesExpression in interface JRTimeSeriesjava.lang.Comparable object representing
the expression of the series name. Specifies the series to which
to add the current value pair when incrementing the dataset.public JRExpression getTimePeriodExpression()
getTimePeriodExpression in interface JRTimeSeriesjava.util.Date expression from which the engine
will extract the corresponding time period depending on the value set
for the timePeriod attribute.JRTimeSeriesDataset.getTimePeriod()public JRExpression getValueExpression()
getValueExpression in interface JRTimeSeriespublic JRExpression getLabelExpression()
getLabelExpression in interface JRTimeSeriesprotected Comparable<?> getSeries()
protected Date getTimePeriod()
protected Number getValue()
protected String getLabel()
protected void evaluate(JRCalculator calculator) throws JRExpressionEvalException
JRExpressionEvalExceptionprotected void evaluateItemHyperlink(JRCalculator calculator) throws JRExpressionEvalException
JRExpressionEvalExceptionpublic JRHyperlink getItemHyperlink()
JRTimeSeriesThe hyperlink will be evaluated for every chart item and a image map will be created for the chart.
getItemHyperlink in interface JRTimeSeriespublic boolean hasItemHyperlink()
public JRPrintHyperlink getPrintItemHyperlink()
public Object clone()
clone in interface JRCloneableclone in class ObjectCopyright © 2017. All rights reserved.