net.sf.jasperreports.engine.convert
Class ConvertChartContext
java.lang.Object
net.sf.jasperreports.engine.convert.ConvertChartContext
- All Implemented Interfaces:
- ChartContext
public class ConvertChartContext
- extends Object
- implements ChartContext
- Version:
- $Id: ConvertChartContext.java 4595 2011-09-08 15:55:10Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConvertChartContext
protected ConvertChartContext(JRChart chart)
evaluateTextExpression
public String evaluateTextExpression(JRExpression expression)
throws JRException
- Specified by:
evaluateTextExpression in interface ChartContext
- Throws:
JRException
evaluateExpression
public Object evaluateExpression(JRExpression expression)
throws JRException
- Specified by:
evaluateExpression in interface ChartContext
- Throws:
JRException
getChart
public JRChart getChart()
- Specified by:
getChart in interface ChartContext
getDataset
public org.jfree.data.general.Dataset getDataset()
- Specified by:
getDataset in interface ChartContext
getLabelGenerator
public Object getLabelGenerator()
- Specified by:
getLabelGenerator in interface ChartContext
getLocale
public Locale getLocale()
- Specified by:
getLocale in interface ChartContext
getTimeZone
public TimeZone getTimeZone()
- Specified by:
getTimeZone in interface ChartContext
Copyright © 2012. All Rights Reserved.