Class ConvertChartContext
java.lang.Object
net.sf.jasperreports.charts.convert.ConvertChartContext
- All Implemented Interfaces:
ChartContext
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConvertChartContext(ReportConverter reportConverter, JRChart chart) -
Method Summary
Modifier and TypeMethodDescriptionevaluateExpression(JRExpression expression) evaluateTextExpression(JRExpression expression) getChart()org.jfree.data.general.Dataset
-
Constructor Details
-
ConvertChartContext
-
-
Method Details
-
getJasperReportsContext
- Specified by:
getJasperReportsContextin interfaceChartContext
-
evaluateTextExpression
- Specified by:
evaluateTextExpressionin interfaceChartContext- Throws:
JRException
-
evaluateExpression
- Specified by:
evaluateExpressionin interfaceChartContext- Throws:
JRException
-
getChart
- Specified by:
getChartin interfaceChartContext
-
getDataset
public org.jfree.data.general.Dataset getDataset()- Specified by:
getDatasetin interfaceChartContext
-
getLabelGenerator
- Specified by:
getLabelGeneratorin interfaceChartContext
-
getLocale
- Specified by:
getLocalein interfaceChartContext
-
getTimeZone
- Specified by:
getTimeZonein interfaceChartContext
-