Class ConvertChartContext
- java.lang.Object
-
- net.sf.jasperreports.engine.convert.ConvertChartContext
-
- All Implemented Interfaces:
ChartContext
public class ConvertChartContext extends java.lang.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 java.lang.ObjectevaluateExpression(JRExpression expression)java.lang.StringevaluateTextExpression(JRExpression expression)JRChartgetChart()org.jfree.data.general.DatasetgetDataset()JasperReportsContextgetJasperReportsContext()java.lang.ObjectgetLabelGenerator()java.util.LocalegetLocale()java.util.TimeZonegetTimeZone()
-
-
-
Constructor Detail
-
ConvertChartContext
protected ConvertChartContext(ReportConverter reportConverter, JRChart chart)
-
-
Method Detail
-
getJasperReportsContext
public JasperReportsContext getJasperReportsContext()
- Specified by:
getJasperReportsContextin interfaceChartContext
-
evaluateTextExpression
public java.lang.String evaluateTextExpression(JRExpression expression) throws JRException
- Specified by:
evaluateTextExpressionin interfaceChartContext- Throws:
JRException
-
evaluateExpression
public java.lang.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 java.lang.Object getLabelGenerator()
- Specified by:
getLabelGeneratorin interfaceChartContext
-
getLocale
public java.util.Locale getLocale()
- Specified by:
getLocalein interfaceChartContext
-
getTimeZone
public java.util.TimeZone getTimeZone()
- Specified by:
getTimeZonein interfaceChartContext
-
-