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(java.lang.String exportPropertyPrefix) |
Modifier and Type | Interface and Description |
---|---|
interface |
ExporterNature |
interface |
ResetableExporterFilter |
Modifier and Type | Class and Description |
---|---|
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 |
JRXlsAbstractExporterNature.filter |
Modifier and Type | Method and Description |
---|---|
ExporterFilter |
ElementKeyExporterFilterFactory.getFilter(JRExporterContext exporterContext)
The exported report is searched for element exclusion properties, and
if any is found a
ElementKeyExporterFilter instance is returned. |
ExporterFilter |
JROriginExporterFilterFactory.getFilter(JRExporterContext exporterContext) |
ExporterFilter |
ExporterFilterFactory.getFilter(JRExporterContext exporterContext)
Returns an exporter filter to be used for a specific exporter context.
|
ExporterFilter |
DefaultExporterFilterFactory.getFilter(JRExporterContext exporterContext)
The method searches for all filter factories registered via
net.sf.jasperreports.export.filter.factory.* properties,
calls each factory and collects the returned filters. |
Constructor and Description |
---|
JExcelApiExporterNature(ExporterFilter filter,
boolean isIgnoreGraphics) |
JExcelApiExporterNature(ExporterFilter filter,
boolean isIgnoreGraphics,
boolean isIgnorePageMargins) |
JRCsvExporterNature(ExporterFilter filter) |
JRHtmlExporterNature(ExporterFilter filter,
boolean deep) |
JRHtmlExporterNature(ExporterFilter filter,
boolean deep,
boolean ignorePageMargins) |
JRXlsAbstractExporterNature(ExporterFilter filter,
boolean isIgnoreGraphics) |
JRXlsAbstractExporterNature(ExporterFilter filter,
boolean isIgnoreGraphics,
boolean isIgnorePageMargins) |
JRXlsExporterNature(ExporterFilter filter,
boolean isIgnoreGraphics) |
JRXlsExporterNature(ExporterFilter filter,
boolean isIgnoreGraphics,
boolean isIgnorePageMargins) |
Constructor and Description |
---|
FrameDrawer(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 abstract ExporterNature |
JROpenDocumentExporter.getExporterNature(ExporterFilter filter) |
protected ExporterNature |
JROdsExporter.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 | Field and Description |
---|---|
protected ExporterFilter |
JROfficeOpenXmlExporterNature.filter |
Modifier and Type | Method and Description |
---|---|
protected ExporterNature |
JRDocxExporter.getExporterNature(ExporterFilter filter) |
Constructor and Description |
---|
JRDocxExporterNature(ExporterFilter filter,
boolean deepGrid) |
JROfficeOpenXmlExporterNature(ExporterFilter filter) |
JRXlsxExporterNature(ExporterFilter filter,
boolean isIgnoreGraphics,
boolean isIgnorePageMargins) |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com