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.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.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 |
---|---|
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 |
JRRtfExporter.exportRectangle(JRPrintRectangle rectangle)
Draw a rectangle
|
protected void |
JRPdfExporter.exportRectangle(JRPrintRectangle rectangle) |
protected void |
JRXmlExporter.exportRectangle(JRPrintRectangle rectangle) |
void |
HtmlExporter.CellElementVisitor.visit(JRPrintRectangle rectangle,
TableCell cell) |
protected void |
HtmlExporter.writeRectangle(JRPrintRectangle rectangle,
TableCell cell) |
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 |
JROdtExporter.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 |
UniformPrintElementVisitor.visit(JRPrintRectangle rectangle,
T arg) |
void |
DeepPrintElementVisitor.visit(JRPrintRectangle rectangle,
T arg) |
void |
CompositePrintElementVisitor.visit(JRPrintRectangle rectangle,
T arg) |
Copyright © 2016. All rights reserved.