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 JRTimePeriodSeries
java.lang.Comparable
object that identifies each series.public JRExpression getStartDateExpression()
getStartDateExpression
in interface JRTimePeriodSeries
java.util.Date
expression representing the
start of the time periodpublic JRExpression getEndDateExpression()
getEndDateExpression
in interface JRTimePeriodSeries
java.util.Date
expression representing the
end of the time periodpublic JRExpression getValueExpression()
getValueExpression
in interface JRTimePeriodSeries
public JRExpression getLabelExpression()
getLabelExpression
in interface JRTimePeriodSeries
protected Comparable<?> getSeries()
protected Date getStartDate()
protected Date getEndDate()
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()
JRTimePeriodSeries
The hyperlink will be evaluated for every chart item and a image map will be created for the chart.
getItemHyperlink
in interface JRTimePeriodSeries
public boolean hasItemHyperlink()
public JRPrintHyperlink getPrintItemHyperlink()
public Object clone()
clone
in interface JRCloneable
clone
in class Object
Copyright © 2016. All rights reserved.