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(JRPrintLine line,
T arg)
Visits a print line.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBasePrintLine |
Modifier and Type | Method and Description |
---|---|
protected void |
JRPdfExporter.exportLine(JRPrintLine line) |
protected void |
JRRtfExporter.exportLine(JRPrintLine line)
Draw a line object
|
protected void |
JExcelApiMetadataExporter.exportLine(JRPrintLine line) |
protected void |
JRXmlExporter.exportLine(JRPrintLine line) |
protected void |
JRXhtmlExporter.exportLine(JRPrintLine line) |
protected abstract void |
JRXlsAbstractMetadataExporter.exportLine(JRPrintLine line) |
protected void |
JRHtmlExporter.exportLine(JRPrintLine line,
JRExporterGridCell gridCell) |
protected void |
JRXlsExporter.exportLine(JRPrintLine line,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex) |
protected void |
JExcelApiExporter.exportLine(JRPrintLine line,
JRExporterGridCell gridCell,
int col,
int row) |
protected abstract void |
JRXlsAbstractExporter.exportLine(JRPrintLine line,
JRExporterGridCell cell,
int colIndex,
int rowIndex) |
protected void |
JRXlsAbstractMetadataExporter.exportLine(JRPrintLine line,
JRExporterGridCell cell,
int colIndex,
int rowIndex) |
Modifier and Type | Method and Description |
---|---|
void |
LineDrawer.draw(java.awt.Graphics2D grx,
JRPrintLine line,
int offsetX,
int offsetY) |
void |
PrintDrawVisitor.visit(JRPrintLine line,
Offset offset) |
Modifier and Type | Method and Description |
---|---|
protected void |
JROdsExporter.exportLine(TableBuilder tableBuilder,
JRPrintLine line,
JRExporterGridCell gridCell) |
protected abstract void |
JROpenDocumentExporter.exportLine(TableBuilder tableBuilder,
JRPrintLine line,
JRExporterGridCell gridCell) |
protected void |
JROdtExporter.exportLine(TableBuilder tableBuilder,
JRPrintLine line,
JRExporterGridCell gridCell) |
Modifier and Type | Method and Description |
---|---|
protected void |
JRDocxExporter.exportLine(DocxTableHelper tableHelper,
JRPrintLine line,
JRExporterGridCell gridCell) |
protected void |
JRPptxExporter.exportLine(JRPrintLine line) |
protected void |
JRXlsxExporter.exportLine(JRPrintLine line,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex) |
Modifier and Type | Class and Description |
---|---|
class |
JRTemplatePrintLine
Implementation of
JRPrintLine that uses
a JRTemplateLine instance to
store common attributes. |
Modifier and Type | Method and Description |
---|---|
void |
UniformPrintElementVisitor.visit(JRPrintLine line,
T arg) |
void |
DeepPrintElementVisitor.visit(JRPrintLine line,
T arg) |
void |
CompositePrintElementVisitor.visit(JRPrintLine line,
T arg) |
void |
DefaultPrintElementVisitor.visit(JRPrintLine line,
T arg) |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com