| Package | Description |
|---|---|
| net.sf.jasperreports.engine |
Provides access to the library's main functionality through fa�ade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
| net.sf.jasperreports.engine.export |
Provides utility classes for exporting reports to various popular formats.
|
| net.sf.jasperreports.engine.export.draw | |
| net.sf.jasperreports.engine.export.oasis | |
| net.sf.jasperreports.engine.export.ooxml |
| Modifier and Type | Field and Description |
|---|---|
protected ExporterFilter |
JRAbstractExporter.filter |
| Modifier and Type | Method and Description |
|---|---|
protected ExporterFilter |
JRAbstractExporter.createFilter(String exportPropertyPrefix) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExporterNature |
interface |
ResetableExporterFilter |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExporterNature |
class |
ElementKeyExporterFilter
An exporter filter that excludes elements based on their keys.
|
class |
ExporterFilterContainer
An exporter filter that consists of several exporter filter, and filters
elements through each of them.
|
class |
JExcelApiExporterNature |
class |
JRCsvExporterNature |
class |
JRHtmlExporterNature |
class |
JROriginExporterFilter |
class |
JRXlsAbstractExporterNature |
class |
JRXlsExporterNature |
| Modifier and Type | Field and Description |
|---|---|
protected ExporterFilter |
AbstractExporterNature.filter |
| Modifier and Type | Method and Description |
|---|---|
ExporterFilter |
ExporterFilterFactory.getFilter(JRExporterContext exporterContext)
Returns an exporter filter to be used for a specific exporter context.
|
ExporterFilter |
JROriginExporterFilterFactory.getFilter(JRExporterContext exporterContext) |
ExporterFilter |
DefaultExporterFilterFactory.getFilter(JRExporterContext exporterContext)
The method searches for all filter factories registered via
net.sf.jasperreports.export.filter.factory. |
ExporterFilter |
ElementKeyExporterFilterFactory.getFilter(JRExporterContext exporterContext)
The exported report is searched for element exclusion properties, and
if any is found a
ElementKeyExporterFilter instance is returned. |
| Constructor and Description |
|---|
AbstractExporterNature(JasperReportsContext jasperReportsContext,
ExporterFilter filter) |
JExcelApiExporterNature(ExporterFilter filter,
boolean isIgnoreGraphics)
|
JExcelApiExporterNature(ExporterFilter filter,
boolean isIgnoreGraphics,
boolean isIgnorePageMargins)
|
JExcelApiExporterNature(JasperReportsContext jasperReportsContext,
ExporterFilter filter,
boolean isIgnoreGraphics,
boolean isIgnorePageMargins) |
JRCsvExporterNature(ExporterFilter filter)
Deprecated.
|
JRCsvExporterNature(JasperReportsContext jasperReportsContext,
ExporterFilter filter) |
JRHtmlExporterNature(ExporterFilter filter,
boolean deep)
Deprecated.
|
JRHtmlExporterNature(ExporterFilter filter,
boolean deep,
boolean ignorePageMargins)
Deprecated.
|
JRHtmlExporterNature(JasperReportsContext jasperReportsContext,
ExporterFilter filter,
boolean deep,
boolean ignorePageMargins) |
JRXlsAbstractExporterNature(ExporterFilter filter,
boolean isIgnoreGraphics)
|
JRXlsAbstractExporterNature(ExporterFilter filter,
boolean isIgnoreGraphics,
boolean isIgnorePageMargins)
|
JRXlsAbstractExporterNature(JasperReportsContext jasperReportsContext,
ExporterFilter filter,
boolean isIgnoreGraphics,
boolean isIgnorePageMargins) |
JRXlsExporterNature(ExporterFilter filter,
boolean isIgnoreGraphics)
Deprecated.
|
JRXlsExporterNature(ExporterFilter filter,
boolean isIgnoreGraphics,
boolean isIgnorePageMargins)
Deprecated.
|
JRXlsExporterNature(JasperReportsContext jasperReportsContext,
ExporterFilter filter,
boolean isIgnoreGraphics,
boolean isIgnorePageMargins) |
| Constructor and Description |
|---|
ExporterFilterContainer(List<ExporterFilter> filters)
Constructs a container for a list of exporter filters.
|
| Constructor and Description |
|---|
FrameDrawer(ExporterFilter filter,
AwtTextRenderer textRenderer)
Deprecated.
|
FrameDrawer(JasperReportsContext jasperReportsContext,
ExporterFilter filter,
AwtTextRenderer textRenderer) |
FrameDrawer(JRGraphics2DExporterContext exporterContext,
ExporterFilter filter,
AwtTextRenderer textRenderer) |
| Modifier and Type | Class and Description |
|---|---|
class |
JROdsExporterNature |
class |
JROdtExporterNature |
class |
JROpenDocumentExporterNature |
| Modifier and Type | Field and Description |
|---|---|
protected ExporterFilter |
JROpenDocumentExporterNature.filter |
| Modifier and Type | Method and Description |
|---|---|
protected ExporterNature |
JROdtExporter.getExporterNature(ExporterFilter filter) |
protected ExporterNature |
JROdsExporter.getExporterNature(ExporterFilter filter) |
protected abstract ExporterNature |
JROpenDocumentExporter.getExporterNature(ExporterFilter filter) |
| Constructor and Description |
|---|
JROdsExporterNature(ExporterFilter filter) |
JROdtExporterNature(ExporterFilter filter) |
JROpenDocumentExporterNature(ExporterFilter filter) |
| Modifier and Type | Class and Description |
|---|---|
class |
JRDocxExporterNature |
class |
JROfficeOpenXmlExporterNature |
class |
JRXlsxExporterNature |
| Modifier and Type | Method and Description |
|---|---|
protected ExporterNature |
JRDocxExporter.getExporterNature(ExporterFilter filter) |
| Constructor and Description |
|---|
JRDocxExporterNature(ExporterFilter filter,
boolean deepGrid)
Deprecated.
|
JRDocxExporterNature(JasperReportsContext jasperReportsContext,
ExporterFilter filter,
boolean deepGrid) |
JROfficeOpenXmlExporterNature(ExporterFilter filter)
Deprecated.
|
JROfficeOpenXmlExporterNature(JasperReportsContext jasperReportsContext,
ExporterFilter filter) |
JRXlsxExporterNature(ExporterFilter filter,
boolean isIgnoreGraphics,
boolean isIgnorePageMargins)
Deprecated.
|
JRXlsxExporterNature(JasperReportsContext jasperReportsContext,
ExporterFilter filter,
boolean isIgnoreGraphics,
boolean isIgnorePageMargins) |
Copyright © 2012. All Rights Reserved.