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.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.
|
net.sf.jasperreports.engine.export.draw | |
net.sf.jasperreports.engine.export.oasis | |
net.sf.jasperreports.engine.export.ooxml | |
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).
|
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 void |
JRXmlExporter.exportFrame(JRPrintFrame frame) |
protected void |
JRRtfExporter.exportFrame(JRPrintFrame frame) |
protected void |
JRXhtmlExporter.exportFrame(JRPrintFrame frame) |
protected void |
JRPdfExporter.exportFrame(JRPrintFrame frame) |
protected void |
JRHtmlExporter.exportFrame(JRPrintFrame frame,
JRExporterGridCell gridCell) |
protected void |
JExcelApiExporter.exportFrame(JRPrintFrame frame,
JRExporterGridCell gridCell,
int col,
int row) |
protected void |
JRXlsExporter.exportFrame(JRPrintFrame frame,
JRExporterGridCell gridCell,
int x,
int y) |
protected abstract void |
JRXlsAbstractExporter.exportFrame(JRPrintFrame frame,
JRExporterGridCell cell,
int colIndex,
int rowIndex) |
boolean |
JRCsvExporterNature.isDeep(JRPrintFrame frame) |
boolean |
ExporterNature.isDeep(JRPrintFrame frame)
Specified whether to include in the grid sub elements of a given
frame element. |
boolean |
JRHtmlExporterNature.isDeep(JRPrintFrame frame) |
boolean |
JRXlsAbstractExporterNature.isDeep(JRPrintFrame frame) |
protected void |
JRGridLayout.setFrameCellsStyle(JRPrintFrame frame,
int row1,
int col1,
int row2,
int col2) |
Modifier and Type | Method and Description |
---|---|
void |
FrameDrawer.draw(java.awt.Graphics2D grx,
JRPrintFrame frame,
int offsetX,
int offsetY) |
void |
PrintDrawVisitor.visit(JRPrintFrame frame,
Offset offset) |
Modifier and Type | Method and Description |
---|---|
protected void |
JROpenDocumentExporter.exportFrame(TableBuilder tableBuilder,
JRPrintFrame frame,
JRExporterGridCell gridCell) |
boolean |
JROdsExporterNature.isDeep(JRPrintFrame frame) |
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.
|
protected 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 | 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() |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com