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.export |
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
|
net.sf.jasperreports.engine.export.draw |
Contains classes for drawing elements at export time.
|
net.sf.jasperreports.engine.export.oasis |
Provides utility classes for exporting reports to Open Document Format, such as
ODT and ODS.
|
net.sf.jasperreports.engine.export.ooxml |
Provides utility classes for exporting reports to Office Open XML Format, such as
DOCX, XLSX and PPTX.
|
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).
|
net.sf.jasperreports.renderers.util |
Contains utility classes for working with image renderers.
|
net.sf.jasperreports.swing |
Provides support for JasperReports viewer feature.
|
net.sf.jasperreports.view |
Contains the Jasper viewer implementation.
|
Modifier and Type | Method and Description |
---|---|
Renderable |
RenderableUtil.getOnErrorRendererForDimension(RenderersCache renderersCache,
Renderable renderer,
OnErrorTypeEnum onErrorType)
Deprecated.
To be removed.
|
Modifier and Type | Field and Description |
---|---|
protected RenderersCache |
JRXhtmlExporter.renderersCache
Deprecated.
|
protected RenderersCache |
JRXlsAbstractExporter.renderersCache |
protected RenderersCache |
HtmlExporter.renderersCache |
protected RenderersCache |
JRRtfExporter.renderersCache |
protected RenderersCache |
JRPdfExporter.renderersCache |
protected RenderersCache |
JRHtmlExporter.renderersCache
Deprecated.
|
protected RenderersCache |
JRXmlExporter.renderersCache |
Modifier and Type | Method and Description |
---|---|
protected RenderersCache |
JRGraphics2DExporter.getRenderersCache() |
Constructor and Description |
---|
ImageDrawer(JasperReportsContext jasperReportsContext,
RenderersCache renderersCache) |
PrintDrawVisitor(JasperReportsContext jasperReportsContext,
RenderersCache renderersCache,
boolean minimizePrinterJobSize,
boolean ignoreMissingFont) |
PrintDrawVisitor(JRGraphics2DExporterContext exporterContext,
RenderersCache renderersCache,
boolean minimizePrinterJobSize,
boolean ignoreMissingFont) |
Modifier and Type | Field and Description |
---|---|
protected RenderersCache |
DocumentBuilder.renderersCache |
Modifier and Type | Method and Description |
---|---|
protected RenderersCache |
DocumentBuilder.getRenderersCache() |
Modifier and Type | Field and Description |
---|---|
protected RenderersCache |
JRDocxExporter.renderersCache |
protected RenderersCache |
JRPptxExporter.renderersCache |
Modifier and Type | Method and Description |
---|---|
RenderersCache |
JRFillContext.getRenderersCache() |
Modifier and Type | Method and Description |
---|---|
DataRenderable |
RendererUtil.getImageDataRenderable(RenderersCache renderersCache,
Renderable renderer,
Dimension dimension,
Color backcolor) |
Modifier and Type | Field and Description |
---|---|
protected RenderersCache |
JRViewerController.renderersCache |
Modifier and Type | Method and Description |
---|---|
protected RenderersCache |
JRViewerController.getRenderersCache() |
Modifier and Type | Field and Description |
---|---|
protected RenderersCache |
JRViewer.renderersCache
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected RenderersCache |
JRViewer.getRenderersCache()
Deprecated.
|
Copyright © 2016. All rights reserved.