Package net.sf.jasperreports.charts.fill
Class JRFillTimePeriodSeries
java.lang.Object
net.sf.jasperreports.charts.fill.JRFillTimePeriodSeries
- All Implemented Interfaces:
Cloneable,JRTimePeriodSeries,JRCloneable
- Author:
- Flavius Sana (flavius_sana@users.sourceforge.net)
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJRFillTimePeriodSeries(JRTimePeriodSeries timePeriodSeries, ChartsFillObjectFactory factory) -
Method Summary
Modifier and TypeMethodDescriptionclone()protected voidevaluate(JRCalculator calculator) protected voidevaluateItemHyperlink(JRCalculator calculator) protected DateReturns the hyperlink specification for chart items.protected StringgetLabel()protected Comparable<?> protected Dateprotected NumbergetValue()boolean
-
Field Details
-
parent
-
-
Constructor Details
-
JRFillTimePeriodSeries
-
-
Method Details
-
getSeriesExpression
- Specified by:
getSeriesExpressionin interfaceJRTimePeriodSeries- Returns:
- a
java.lang.Comparableobject that identifies each series.
-
getStartDateExpression
- Specified by:
getStartDateExpressionin interfaceJRTimePeriodSeries- Returns:
- a
java.util.Dateexpression representing the start of the time period
-
getEndDateExpression
- Specified by:
getEndDateExpressionin interfaceJRTimePeriodSeries- Returns:
- a
java.util.Dateexpression representing the end of the time period
-
getValueExpression
- Specified by:
getValueExpressionin interfaceJRTimePeriodSeries- Returns:
- a numeric expression representing the value associated with the time period.
-
getLabelExpression
- Specified by:
getLabelExpressionin interfaceJRTimePeriodSeries- Returns:
- the label expression. If present, its values will be used to customize item labels in the resulting chart.
-
getSeries
-
getStartDate
-
getEndDate
-
getValue
-
getLabel
-
evaluate
- Throws:
JRExpressionEvalException
-
evaluateItemHyperlink
- Throws:
JRExpressionEvalException
-
getItemHyperlink
Description copied from interface:JRTimePeriodSeriesReturns the hyperlink specification for chart items.The hyperlink will be evaluated for every chart item and a image map will be created for the chart.
- Specified by:
getItemHyperlinkin interfaceJRTimePeriodSeries- Returns:
- hyperlink specification for chart items
-
hasItemHyperlink
public boolean hasItemHyperlink() -
getPrintItemHyperlink
-
clone
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classObject
-