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