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 |
---|---|
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 |
JRPdfExporter.exportRectangle(JRPrintRectangle rectangle) |
protected void |
JRRtfExporter.exportRectangle(JRPrintRectangle rectangle)
Draw a rectangle
|
protected void |
JRXmlExporter.exportRectangle(JRPrintRectangle rectangle) |
Modifier and Type | Method and Description |
---|---|
void |
RectangleDrawer.draw(java.awt.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. |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com