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.export |
Provides exporter input, exporter output and exporter configurations
|
net.sf.jasperreports.export.parameters |
Provides support for export parameters
|
Modifier and Type | Class and Description |
---|---|
class |
JRAbstractExporter<RC extends ReportExportConfiguration,C extends ExporterConfiguration,O extends ExporterOutput,E extends JRExporterContext> |
interface |
JRExporter<I extends ExporterInput,IC extends ReportExportConfiguration,C extends ExporterConfiguration,O extends ExporterOutput>
Deprecated.
Replaced by
Exporter . |
Modifier and Type | Field and Description |
---|---|
protected O |
JRAbstractExporter.exporterOutput |
Modifier and Type | Interface and Description |
---|---|
interface |
Exporter<I extends ExporterInput,IC extends ReportExportConfiguration,C extends ExporterConfiguration,O extends ExporterOutput>
All document exporting in JasperReports is done through this interface.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Graphics2DExporterOutput |
interface |
HtmlExporterOutput |
interface |
JsonExporterOutput |
interface |
OutputStreamExporterOutput |
interface |
WriterExporterOutput |
interface |
XmlExporterOutput |
Modifier and Type | Class and Description |
---|---|
class |
SimpleGraphics2DExporterOutput |
class |
SimpleHtmlExporterOutput |
class |
SimpleJsonExporterOutput |
class |
SimpleOutputStreamExporterOutput |
class |
SimpleWriterExporterOutput |
class |
SimpleXmlExporterOutput |
Modifier and Type | Class and Description |
---|---|
class |
AbstractParametersExporterOutput
Deprecated.
To be removed.
|
class |
ParametersGraphics2DExporterOutput
Deprecated.
To be removed.
|
class |
ParametersHtmlExporterOutput
Deprecated.
To be removed.
|
class |
ParametersJsonExporterOutput
Deprecated.
To be removed.
|
class |
ParametersOutputStreamExporterOutput
Deprecated.
To be removed.
|
class |
ParametersWriterExporterOutput
Deprecated.
To be removed.
|
class |
ParametersXmlExporterOutput
Deprecated.
To be removed.
|
Copyright © 2017. All rights reserved.