| 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).
|
| Modifier and Type | Class and Description |
|---|---|
class |
JRBaseTimeSeriesPlot |
| Constructor and Description |
|---|
JRBaseTimeSeriesPlot(JRTimeSeriesPlot plot,
JRBaseObjectFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
JRDesignTimeSeriesPlot |
| Modifier and Type | Class and Description |
|---|---|
class |
JRFillTimeSeriesPlot |
| Constructor and Description |
|---|
JRFillTimeSeriesPlot(JRTimeSeriesPlot plot,
JRFillObjectFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
void |
JRExpressionCollector.collect(JRTimeSeriesPlot timeSeriesPlot) |
| Modifier and Type | Method and Description |
|---|---|
JRTimeSeriesPlot |
JRBaseObjectFactory.getTimeSeriesPlot(JRTimeSeriesPlot plot) |
| Modifier and Type | Method and Description |
|---|---|
JRTimeSeriesPlot |
JRBaseObjectFactory.getTimeSeriesPlot(JRTimeSeriesPlot plot) |
| Modifier and Type | Method and Description |
|---|---|
JRTimeSeriesPlot |
JRFillObjectFactory.getTimeSeriesPlot(JRTimeSeriesPlot plot) |
| Modifier and Type | Method and Description |
|---|---|
JRTimeSeriesPlot |
JRFillObjectFactory.getTimeSeriesPlot(JRTimeSeriesPlot plot) |
Copyright © 2017. All rights reserved.