Uses of Interface
net.sf.jasperreports.engine.JRChart

Packages that use JRChart
net.sf.jasperreports.charts Contains interfaces for chart plots and chart datasets. 
net.sf.jasperreports.charts.base Contains base implementations for chart related interfaces. 
net.sf.jasperreports.charts.fill Contains fill time implementations for chart related interfaces. 
net.sf.jasperreports.engine Provides access to the library's main functionality through façade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes. 
net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces. 
net.sf.jasperreports.engine.design Contains design time implementations for the library's main interfaces as well as report compiling tools. 
net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). 
net.sf.jasperreports.engine.xml Contains classes for loading report templates from XML files. 
 

Uses of JRChart in net.sf.jasperreports.charts
 

Methods in net.sf.jasperreports.charts that return JRChart
 JRChart JRChartAxis.getChart()
          Returns the chart that contains the dataset and plot to use for this axis.
 

Uses of JRChart in net.sf.jasperreports.charts.base
 

Fields in net.sf.jasperreports.charts.base declared as JRChart
protected  JRChart JRBaseChartAxis.chart
          The Chart object containing the dataset and plot to use with this axis.
 

Methods in net.sf.jasperreports.charts.base that return JRChart
 JRChart JRBaseChartAxis.getChart()
          Returns the chart that contains the dataset and plot to use for this axis.
 

Uses of JRChart in net.sf.jasperreports.charts.fill
 

Methods in net.sf.jasperreports.charts.fill that return JRChart
 JRChart JRFillChartAxis.getChart()
           
 

Uses of JRChart in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return JRChart
abstract  JRChart JRAbstractObjectFactory.getChart(JRChart chart)
           
 

Methods in net.sf.jasperreports.engine with parameters of type JRChart
 void JRExpressionCollector.collect(JRChart chart)
           
 void JRChartCustomizer.customize(org.jfree.chart.JFreeChart chart, JRChart jasperChart)
          This method is called at fill time, before the chart is rendered.
abstract  JRChart JRAbstractObjectFactory.getChart(JRChart chart)
           
 

Uses of JRChart in net.sf.jasperreports.engine.base
 

Classes in net.sf.jasperreports.engine.base that implement JRChart
 class JRBaseChart
           
 

Methods in net.sf.jasperreports.engine.base that return JRChart
 JRChart JRBaseObjectFactory.getChart(JRChart chart)
           
 

Methods in net.sf.jasperreports.engine.base with parameters of type JRChart
 JRChart JRBaseObjectFactory.getChart(JRChart chart)
           
 

Constructors in net.sf.jasperreports.engine.base with parameters of type JRChart
JRBaseChart(JRChart chart, JRBaseObjectFactory factory)
           
 

Uses of JRChart in net.sf.jasperreports.engine.design
 

Classes in net.sf.jasperreports.engine.design that implement JRChart
 class JRDesignChart
           
 

Uses of JRChart in net.sf.jasperreports.engine.fill
 

Classes in net.sf.jasperreports.engine.fill that implement JRChart
 class JRFillChart
           
 

Methods in net.sf.jasperreports.engine.fill that return JRChart
 JRChart JRFillObjectFactory.getChart(JRChart chart)
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRChart
 JRChart JRFillObjectFactory.getChart(JRChart chart)
           
protected  void JRTemplateImage.setChart(JRChart chart)
           
 

Constructors in net.sf.jasperreports.engine.fill with parameters of type JRChart
JRFillChart(JRBaseFiller filler, JRChart chart, JRFillObjectFactory factory)
           
JRTemplateImage(JRDefaultStyleProvider defaultStyleProvider, JRChart chart)
           
 

Uses of JRChart in net.sf.jasperreports.engine.xml
 

Methods in net.sf.jasperreports.engine.xml with parameters of type JRChart
 void JRXmlWriter.writeAreaChart(JRChart chart)
           
 void JRXmlWriter.writeBar3DChart(JRChart chart)
           
 void JRXmlWriter.writeBarChart(JRChart chart)
           
 void JRXmlWriter.writeBubbleChart(JRChart chart)
           
 void JRXmlWriter.writeCandlestickChart(JRChart chart)
           
 void JRXmlWriter.writeChartTag(JRChart chart)
           
 void JRXmlWriter.writeHighLowChart(JRChart chart)
           
 void JRXmlWriter.writeLineChart(JRChart chart)
           
 void JRXmlWriter.writeMeterChart(JRChart chart)
          Writes the definition of a meter chart to the output stream.
 void JRXmlWriter.writeMultiAxisChart(JRChart chart)
          Writes the definition of a multiple axis chart to the output stream.
 void JRXmlWriter.writePie3DChart(JRChart chart)
           
 void JRXmlWriter.writePieChart(JRChart chart)
           
 void JRXmlWriter.writeScatterChart(JRChart chart)
           
 void JRXmlWriter.writeStackedBar3DChart(JRChart chart)
           
 void JRXmlWriter.writeStackedBarChart(JRChart chart)
           
 void JRXmlWriter.writeThermometerChart(JRChart chart)
          Writes the description of a thermometer chart to the output stream.
 void JRXmlWriter.writeTimeSeriesChart(JRChart chart)
           
 void JRXmlWriter.writeXyAreaChart(JRChart chart)
           
 void JRXmlWriter.writeXyBarChart(JRChart chart)
           
 void JRXmlWriter.writeXyLineChart(JRChart chart)
           
 



© 2001-2006 JasperSoft Corporation www.jaspersoft.com