| 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).
|
| net.sf.jasperreports.engine.util |
Utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrintElementVisitor.visit(JRPrintRectangle rectangle,
T arg)
Visits a print rectangle.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JRBasePrintRectangle |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JRXmlExporter.exportRectangle(JRPrintRectangle rectangle) |
protected void |
JRPdfExporter.exportRectangle(JRPrintRectangle rectangle) |
protected void |
JRRtfExporter.exportRectangle(JRPrintRectangle rectangle)
Draw a rectangle
|
| Modifier and Type | Method and Description |
|---|---|
void |
RectangleDrawer.draw(Graphics2D grx,
JRPrintRectangle rectangle,
int offsetX,
int offsetY) |
void |
PrintDrawVisitor.visit(JRPrintRectangle rectangle,
Offset offset) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JROpenDocumentExporter.exportRectangle(TableBuilder tableBuilder,
JRPrintRectangle rectangle,
JRExporterGridCell gridCell) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JRDocxExporter.exportRectangle(DocxTableHelper tableHelper,
JRPrintRectangle rectangle,
JRExporterGridCell gridCell) |
protected void |
JRPptxExporter.exportRectangle(JRPrintRectangle rectangle) |
| Modifier and Type | Class and Description |
|---|---|
class |
JRTemplatePrintRectangle
Implementation of
JRPrintRectangle that uses
a JRTemplateRectangle instance to
store common attributes. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultPrintElementVisitor.visit(JRPrintRectangle rectangle,
T arg) |
void |
DeepPrintElementVisitor.visit(JRPrintRectangle rectangle,
T arg) |
void |
UniformPrintElementVisitor.visit(JRPrintRectangle rectangle,
T arg) |
void |
CompositePrintElementVisitor.visit(JRPrintRectangle rectangle,
T arg) |
Copyright © 2012. All Rights Reserved.