| 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.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 |
JRBaseMultiAxisPlot
An immutable representation of the layout options of a multiple axis chart.
|
| Constructor and Description |
|---|
JRBaseMultiAxisPlot(JRMultiAxisPlot multiAxisPlot,
JRBaseObjectFactory factory)
Creates a copy of an existing multiple axis chart plot and registers
any expression contained in the plot with the specified factory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JRDesignMultiAxisPlot
Contains information on how a multiple axis chart should be
displayed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JRFillMultiAxisPlot |
| Constructor and Description |
|---|
JRFillMultiAxisPlot(JRMultiAxisPlot multiAxisPlot,
JRFillObjectFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
JRMultiAxisPlot |
JRBaseObjectFactory.getMultiAxisPlot(JRMultiAxisPlot multiAxisPlot) |
| Modifier and Type | Method and Description |
|---|---|
JRMultiAxisPlot |
JRBaseObjectFactory.getMultiAxisPlot(JRMultiAxisPlot multiAxisPlot) |
| Modifier and Type | Method and Description |
|---|---|
JRMultiAxisPlot |
JRFillObjectFactory.getMultiAxisPlot(JRMultiAxisPlot multiAxisPlot) |
| Modifier and Type | Method and Description |
|---|---|
JRMultiAxisPlot |
JRFillObjectFactory.getMultiAxisPlot(JRMultiAxisPlot multiAxisPlot) |
Copyright © 2017. All rights reserved.