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 JRTimeSeries
java.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 JRTimeSeries
java.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 JRTimeSeries
public JRExpression getLabelExpression()
getLabelExpression
in interface JRTimeSeries
protected Comparable<?> getSeries()
protected Date getTimePeriod()
protected Number getValue()
protected String getLabel()
protected void evaluate(JRCalculator calculator) throws JRExpressionEvalException
JRExpressionEvalException
protected void evaluateItemHyperlink(JRCalculator calculator) throws JRExpressionEvalException
JRExpressionEvalException
public JRHyperlink getItemHyperlink()
JRTimeSeries
The hyperlink will be evaluated for every chart item and a image map will be created for the chart.
getItemHyperlink
in interface JRTimeSeries
public boolean hasItemHyperlink()
public JRPrintHyperlink getPrintItemHyperlink()
public Object clone()
clone
in interface JRCloneable
clone
in class Object
Copyright © 2017. All rights reserved.