public class JRFillTimePeriodSeries extends Object implements JRTimePeriodSeries
| Modifier and Type | Field and Description |
|---|---|
protected JRTimePeriodSeries |
parent |
| Constructor and Description |
|---|
JRFillTimePeriodSeries(JRTimePeriodSeries timePeriodSeries,
JRFillObjectFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
protected void |
evaluate(JRCalculator calculator) |
protected void |
evaluateItemHyperlink(JRCalculator calculator) |
protected Date |
getEndDate() |
JRExpression |
getEndDateExpression() |
JRHyperlink |
getItemHyperlink()
Returns the hyperlink specification for chart items.
|
protected String |
getLabel() |
JRExpression |
getLabelExpression() |
JRPrintHyperlink |
getPrintItemHyperlink() |
protected Comparable<?> |
getSeries() |
JRExpression |
getSeriesExpression() |
protected Date |
getStartDate() |
JRExpression |
getStartDateExpression() |
protected Number |
getValue() |
JRExpression |
getValueExpression() |
boolean |
hasItemHyperlink() |
protected JRTimePeriodSeries parent
public JRFillTimePeriodSeries(JRTimePeriodSeries timePeriodSeries, JRFillObjectFactory factory)
public JRExpression getSeriesExpression()
getSeriesExpression in interface JRTimePeriodSeriesjava.lang.Comparable object that identifies each series.public JRExpression getStartDateExpression()
getStartDateExpression in interface JRTimePeriodSeriesjava.util.Date expression representing the
start of the time periodpublic JRExpression getEndDateExpression()
getEndDateExpression in interface JRTimePeriodSeriesjava.util.Date expression representing the
end of the time periodpublic JRExpression getValueExpression()
getValueExpression in interface JRTimePeriodSeriespublic JRExpression getLabelExpression()
getLabelExpression in interface JRTimePeriodSeriesprotected Comparable<?> getSeries()
protected Date getStartDate()
protected Date getEndDate()
protected Number getValue()
protected String getLabel()
protected void evaluate(JRCalculator calculator) throws JRExpressionEvalException
JRExpressionEvalExceptionprotected void evaluateItemHyperlink(JRCalculator calculator) throws JRExpressionEvalException
JRExpressionEvalExceptionpublic JRHyperlink getItemHyperlink()
JRTimePeriodSeriesThe hyperlink will be evaluated for every chart item and a image map will be created for the chart.
getItemHyperlink in interface JRTimePeriodSeriespublic boolean hasItemHyperlink()
public JRPrintHyperlink getPrintItemHyperlink()
public Object clone()
clone in interface JRCloneableclone in class ObjectCopyright © 2017. All rights reserved.