|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JRChart | |
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.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 |
JRChartCustomizer.customize(org.jfree.chart.JFreeChart chart,
JRChart jasperChart)
This method is called at fill time, before the chart is rendered. |
void |
JRExpressionCollector.collect(JRChart chart)
|
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 | |
protected void |
JRTemplateImage.setChart(JRChart chart)
|
JRChart |
JRFillObjectFactory.getChart(JRChart chart)
|
Constructors in net.sf.jasperreports.engine.fill with parameters of type JRChart | |
JRTemplateImage(JRChart chart)
|
|
JRFillChart(JRBaseFiller filler,
JRChart chart,
JRFillObjectFactory factory)
|
Uses of JRChart in net.sf.jasperreports.engine.xml |
Methods in net.sf.jasperreports.engine.xml with parameters of type JRChart | |
void |
JRXmlWriter.writePieChart(JRChart chart)
|
void |
JRXmlWriter.writePie3DChart(JRChart chart)
|
void |
JRXmlWriter.writeBarChart(JRChart chart)
|
void |
JRXmlWriter.writeBar3DChart(JRChart chart)
|
void |
JRXmlWriter.writeBubbleChart(JRChart chart)
|
void |
JRXmlWriter.writeStackedBarChart(JRChart chart)
|
void |
JRXmlWriter.writeStackedBar3DChart(JRChart chart)
|
void |
JRXmlWriter.writeLineChart(JRChart chart)
|
void |
JRXmlWriter.writeTimeSeriesChart(JRChart chart)
|
void |
JRXmlWriter.writeHighLowChart(JRChart chart)
|
void |
JRXmlWriter.writeCandlestickChart(JRChart chart)
|
void |
JRXmlWriter.writeAreaChart(JRChart chart)
|
void |
JRXmlWriter.writeScatterChart(JRChart chart)
|
void |
JRXmlWriter.writeXyAreaChart(JRChart chart)
|
void |
JRXmlWriter.writeXyBarChart(JRChart chart)
|
void |
JRXmlWriter.writeXyLineChart(JRChart chart)
|
void |
JRXmlWriter.writeChartTag(JRChart chart)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |