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 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 JRTimeSeriespublic 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 Object clone()
clone in interface JRCloneableclone in class ObjectCopyright © 2017. All rights reserved.