Package net.sf.jasperreports.charts
Interface ChartContext
-
- All Known Implementing Classes:
ConvertChartContext
public interface ChartContext- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectevaluateExpression(JRExpression expression)StringevaluateTextExpression(JRExpression expression)JRChartgetChart()org.jfree.data.general.DatasetgetDataset()JasperReportsContextgetJasperReportsContext()ObjectgetLabelGenerator()LocalegetLocale()TimeZonegetTimeZone()
-
-
-
Method Detail
-
getJasperReportsContext
JasperReportsContext getJasperReportsContext()
-
getChart
JRChart getChart()
-
getDataset
org.jfree.data.general.Dataset getDataset()
-
getLabelGenerator
Object getLabelGenerator()
-
getLocale
Locale getLocale()
-
getTimeZone
TimeZone getTimeZone()
-
evaluateTextExpression
String evaluateTextExpression(JRExpression expression) throws JRException
- Throws:
JRException
-
evaluateExpression
Object evaluateExpression(JRExpression expression) throws JRException
- Throws:
JRException
-
-