| Package | Description |
|---|---|
| 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.export |
Provides exporter input, exporter output and exporter configurations
Exporter Input
All the input data the exporter might need is supplied by the so-called exporter
input before the exporting process is started.
|
| Modifier and Type | Method and Description |
|---|---|
PrintParts |
JasperPrint.getParts()
Returns a list of all parts in the filled report.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandardPrintParts |
| Modifier and Type | Method and Description |
|---|---|
PrintParts |
ReadOnlyPartJasperPrint.getParts() |
Copyright © 2015. All rights reserved.