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(JRPrintLine line,
T arg)
Visits a print line.
|
Modifier and Type | Class and Description |
---|---|
class |
JRBasePrintLine |
Modifier and Type | Method and Description |
---|---|
protected void |
JRXmlExporter.exportLine(JRPrintLine line) |
protected void |
JRPdfExporter.exportLine(JRPrintLine line) |
protected void |
JRXhtmlExporter.exportLine(JRPrintLine line)
Deprecated.
|
protected abstract void |
JRXlsAbstractMetadataExporter.exportLine(JRPrintLine line) |
protected void |
JRXlsMetadataExporter.exportLine(JRPrintLine line) |
protected void |
JExcelApiMetadataExporter.exportLine(JRPrintLine line)
Deprecated.
|
protected void |
JRRtfExporter.exportLine(JRPrintLine line)
Draw a line object
|
protected void |
JRHtmlExporter.exportLine(JRPrintLine line,
JRExporterGridCell gridCell)
Deprecated.
|
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) |
protected void |
JRXlsExporter.exportLine(JRPrintLine line,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex) |
protected void |
JExcelApiExporter.exportLine(JRPrintLine line,
JRExporterGridCell gridCell,
int col,
int row)
Deprecated.
|
void |
HtmlExporter.CellElementVisitor.visit(JRPrintLine line,
TableCell cell) |
protected void |
HtmlExporter.writeLine(JRPrintLine line,
TableCell cell) |
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 |
---|---|
void |
TableBuilder.exportLine(JRPrintLine line,
JRExporterGridCell gridCell) |
protected void |
JROdsExporter.exportLine(JRPrintLine line,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex) |
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 |
DefaultPrintElementVisitor.visit(JRPrintLine line,
T arg) |
void |
CompositePrintElementVisitor.visit(JRPrintLine line,
T arg) |
void |
UniformPrintElementVisitor.visit(JRPrintLine line,
T arg) |
void |
DeepPrintElementVisitor.visit(JRPrintLine line,
T arg) |
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com