Class ConvertChartContext
- java.lang.Object
-
- net.sf.jasperreports.charts.convert.ConvertChartContext
-
- All Implemented Interfaces:
ChartContext
public class ConvertChartContext extends Object implements ChartContext
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ConvertChartContext(ReportConverter reportConverter, JRChart chart)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
evaluateExpression(JRExpression expression)
String
evaluateTextExpression(JRExpression expression)
JRChart
getChart()
org.jfree.data.general.Dataset
getDataset()
JasperReportsContext
getJasperReportsContext()
Object
getLabelGenerator()
Locale
getLocale()
TimeZone
getTimeZone()
-
-
-
Constructor Detail
-
ConvertChartContext
protected ConvertChartContext(ReportConverter reportConverter, JRChart chart)
-
-
Method Detail
-
getJasperReportsContext
public JasperReportsContext getJasperReportsContext()
- Specified by:
getJasperReportsContext
in interfaceChartContext
-
evaluateTextExpression
public String evaluateTextExpression(JRExpression expression) throws JRException
- Specified by:
evaluateTextExpression
in interfaceChartContext
- Throws:
JRException
-
evaluateExpression
public Object evaluateExpression(JRExpression expression) throws JRException
- Specified by:
evaluateExpression
in interfaceChartContext
- Throws:
JRException
-
getChart
public JRChart getChart()
- Specified by:
getChart
in interfaceChartContext
-
getDataset
public org.jfree.data.general.Dataset getDataset()
- Specified by:
getDataset
in interfaceChartContext
-
getLabelGenerator
public Object getLabelGenerator()
- Specified by:
getLabelGenerator
in interfaceChartContext
-
getLocale
public Locale getLocale()
- Specified by:
getLocale
in interfaceChartContext
-
getTimeZone
public TimeZone getTimeZone()
- Specified by:
getTimeZone
in interfaceChartContext
-
-