Class ConvertChartContext
- java.lang.Object
-
- net.sf.jasperreports.engine.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 protectedConvertChartContext(ReportConverter reportConverter, JRChart chart)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectevaluateExpression(JRExpression expression)StringevaluateTextExpression(JRExpression expression)JRChartgetChart()org.jfree.data.general.DatasetgetDataset()JasperReportsContextgetJasperReportsContext()ObjectgetLabelGenerator()LocalegetLocale()TimeZonegetTimeZone()
-
-
-
Constructor Detail
-
ConvertChartContext
protected ConvertChartContext(ReportConverter reportConverter, JRChart chart)
-
-
Method Detail
-
getJasperReportsContext
public JasperReportsContext getJasperReportsContext()
- Specified by:
getJasperReportsContextin interfaceChartContext
-
evaluateTextExpression
public String evaluateTextExpression(JRExpression expression) throws JRException
- Specified by:
evaluateTextExpressionin interfaceChartContext- Throws:
JRException
-
evaluateExpression
public Object evaluateExpression(JRExpression expression) throws JRException
- Specified by:
evaluateExpressionin interfaceChartContext- Throws:
JRException
-
getChart
public JRChart getChart()
- Specified by:
getChartin interfaceChartContext
-
getDataset
public org.jfree.data.general.Dataset getDataset()
- Specified by:
getDatasetin interfaceChartContext
-
getLabelGenerator
public Object getLabelGenerator()
- Specified by:
getLabelGeneratorin interfaceChartContext
-
getLocale
public Locale getLocale()
- Specified by:
getLocalein interfaceChartContext
-
getTimeZone
public TimeZone getTimeZone()
- Specified by:
getTimeZonein interfaceChartContext
-
-