Package | Description |
---|---|
net.sf.jasperreports.components.iconlabel |
Contains classes for the built-in Icon Label component.
|
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.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.export.tabulator | |
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.engine.util |
Contains utility classes for the core library.
|
Modifier and Type | Method and Description |
---|---|
protected void |
IconLabelComponentFill.copy(JRPrintFrame printFrame) |
Modifier and Type | Method and Description |
---|---|
protected void |
JRAbstractExporter.setFrameElementsOffset(JRPrintFrame frame,
boolean relative)
Sets the offsets for exporting elements from a
frame . |
void |
PrintElementVisitor.visit(JRPrintFrame frame,
T arg)
Visits a print frame.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBasePrintFrame
Base implementation of
JRPrintFrame . |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
JRXlsAbstractMetadataExporter.exportFrame(JRPrintFrame frame) |
protected void |
JRXmlExporter.exportFrame(JRPrintFrame frame) |
protected void |
JExcelApiMetadataExporter.exportFrame(JRPrintFrame frame)
Deprecated.
|
protected void |
JsonExporter.exportFrame(JRPrintFrame frame) |
void |
JRRtfExporter.exportFrame(JRPrintFrame frame) |
void |
JRPdfExporter.exportFrame(JRPrintFrame frame) |
protected void |
JRXlsMetadataExporter.exportFrame(JRPrintFrame frame) |
void |
JRXhtmlExporter.exportFrame(JRPrintFrame frame)
Deprecated.
|
protected void |
JRHtmlExporter.exportFrame(JRPrintFrame frame,
JRExporterGridCell gridCell)
Deprecated.
|
protected void |
JRXlsExporter.exportFrame(JRPrintFrame frame,
JRExporterGridCell gridCell,
int x,
int y) |
protected void |
JRXlsAbstractMetadataExporter.exportFrame(JRPrintFrame frame,
JRExporterGridCell cell,
int colIndex,
int rowIndex) |
protected abstract void |
JRXlsAbstractExporter.exportFrame(JRPrintFrame frame,
JRExporterGridCell cell,
int colIndex,
int rowIndex) |
protected void |
JExcelApiExporter.exportFrame(JRPrintFrame frame,
JRExporterGridCell gridCell,
int col,
int row)
Deprecated.
|
boolean |
JRXlsAbstractExporterNature.isDeep(JRPrintFrame frame) |
boolean |
ExporterNature.isDeep(JRPrintFrame frame)
Specified whether to include in the grid sub elements of a given
frame element. |
boolean |
JRCsvExporterNature.isDeep(JRPrintFrame frame) |
boolean |
JRHtmlExporterNature.isDeep(JRPrintFrame frame)
Deprecated.
|
protected void |
JRGridLayout.setFrameCellsStyle(JRPrintFrame frame,
int row1,
int col1,
int row2,
int col2) |
void |
HtmlExporter.CellElementVisitor.visit(JRPrintFrame frame,
TableCell cell) |
Modifier and Type | Method and Description |
---|---|
void |
FrameDrawer.draw(Graphics2D grx,
JRPrintFrame frame,
int offsetX,
int offsetY) |
void |
PrintDrawVisitor.visit(JRPrintFrame frame,
Offset offset) |
Modifier and Type | Method and Description |
---|---|
protected void |
JROdsExporter.exportFrame(JRPrintFrame frame,
JRExporterGridCell cell,
int colIndex,
int rowIndex) |
protected void |
JROdtExporter.exportFrame(TableBuilder tableBuilder,
JRPrintFrame frame,
JRExporterGridCell gridCell) |
boolean |
JROpenDocumentExporterNature.isDeep(JRPrintFrame frame) |
Modifier and Type | Method and Description |
---|---|
protected void |
JRDocxExporter.exportFrame(DocxTableHelper tableHelper,
JRPrintFrame frame,
JRExporterGridCell gridCell)
In deep grids, this is called only for empty frames.
|
void |
JRPptxExporter.exportFrame(JRPrintFrame frame) |
protected void |
JRXlsxExporter.exportFrame(JRPrintFrame frame,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex) |
boolean |
JRDocxExporterNature.isDeep(JRPrintFrame frame) |
Modifier and Type | Method and Description |
---|---|
protected JRLineBox |
Tabulator.TableCellCreator.copyFrameBox(FrameCell frameCell,
JRPrintFrame frame,
JRLineBox baseBox,
boolean keepLeft,
boolean keepRight,
boolean keepTop,
boolean keepBottom) |
Modifier and Type | Class and Description |
---|---|
class |
JRTemplatePrintFrame
Implementation of
JRPrintFrame that uses
template frames to store common
attributes. |
Modifier and Type | Method and Description |
---|---|
protected JRPrintFrame |
JRFillCellContents.fill() |
Modifier and Type | Method and Description |
---|---|
void |
DeepPrintElementVisitor.visit(JRPrintFrame frame,
T arg) |
void |
UniformPrintElementVisitor.visit(JRPrintFrame frame,
T arg) |
void |
CompositePrintElementVisitor.visit(JRPrintFrame frame,
T arg) |
void |
DefaultPrintElementVisitor.visit(JRPrintFrame frame,
T arg) |
Copyright © 2016. All rights reserved.