public class JRBaseTimeSeries extends Object implements JRTimeSeries, Serializable
Modifier and Type | Field and Description |
---|---|
protected JRHyperlink |
itemHyperlink |
protected JRExpression |
labelExpression |
protected JRExpression |
seriesExpression |
protected JRExpression |
timePeriodExpression |
protected JRExpression |
valueExpression |
Modifier | Constructor and Description |
---|---|
protected |
JRBaseTimeSeries() |
|
JRBaseTimeSeries(JRTimeSeries timeSeries,
JRBaseObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
JRHyperlink |
getItemHyperlink()
Returns the hyperlink specification for chart items.
|
JRExpression |
getLabelExpression() |
JRExpression |
getSeriesExpression() |
JRExpression |
getTimePeriodExpression() |
JRExpression |
getValueExpression() |
protected JRExpression seriesExpression
protected JRExpression timePeriodExpression
protected JRExpression valueExpression
protected JRExpression labelExpression
protected JRHyperlink itemHyperlink
protected JRBaseTimeSeries()
public JRBaseTimeSeries(JRTimeSeries timeSeries, JRBaseObjectFactory 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
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 Object clone()
clone
in interface JRCloneable
clone
in class Object
Copyright © 2016. All rights reserved.