Package | Description |
---|---|
net.sf.jasperreports.charts.base |
Contains base implementations for chart related interfaces.
|
net.sf.jasperreports.charts.design |
Contains design time 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 facade 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.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.util |
Contains utility classes for the core library.
|
net.sf.jasperreports.engine.xml |
Contains classes for loading report templates from XML files.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBaseBar3DPlot |
Constructor and Description |
---|
JRBaseBar3DPlot(JRBar3DPlot barPlot,
JRBaseObjectFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignBar3DPlot |
Modifier and Type | Class and Description |
---|---|
class |
JRFillBar3DPlot |
Constructor and Description |
---|
JRFillBar3DPlot(JRBar3DPlot barPlot,
JRFillObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
abstract JRBar3DPlot |
JRAbstractObjectFactory.getBar3DPlot(JRBar3DPlot barPlot) |
Modifier and Type | Method and Description |
---|---|
void |
JRExpressionCollector.collect(JRBar3DPlot barPlot) |
abstract JRBar3DPlot |
JRAbstractObjectFactory.getBar3DPlot(JRBar3DPlot barPlot) |
Modifier and Type | Method and Description |
---|---|
JRBar3DPlot |
JRBaseObjectFactory.getBar3DPlot(JRBar3DPlot barPlot) |
Modifier and Type | Method and Description |
---|---|
JRBar3DPlot |
JRBaseObjectFactory.getBar3DPlot(JRBar3DPlot barPlot) |
Modifier and Type | Method and Description |
---|---|
JRBar3DPlot |
JRFillObjectFactory.getBar3DPlot(JRBar3DPlot barPlot) |
Modifier and Type | Method and Description |
---|---|
JRBar3DPlot |
JRFillObjectFactory.getBar3DPlot(JRBar3DPlot barPlot) |
Modifier and Type | Method and Description |
---|---|
void |
JRApiWriter.writeBar3DPlot(JRBar3DPlot plot,
String chartName) |
Modifier and Type | Method and Description |
---|---|
void |
JRXmlWriter.writeBar3DPlot(JRBar3DPlot plot) |
Copyright © 2016. All rights reserved.