|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JRPrintLine | |
---|---|
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.oasis | |
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). |
Uses of JRPrintLine in net.sf.jasperreports.engine.base |
---|
Classes in net.sf.jasperreports.engine.base that implement JRPrintLine | |
---|---|
class |
JRBasePrintLine
|
Uses of JRPrintLine in net.sf.jasperreports.engine.export |
---|
Methods in net.sf.jasperreports.engine.export with parameters of type JRPrintLine | |
---|---|
protected void |
JRPdfExporter.exportLine(JRPrintLine line)
|
protected void |
JRRtfExporter.exportLine(JRPrintLine line)
Draw a line object |
protected void |
JRXmlExporter.exportLine(JRPrintLine line)
|
protected void |
JRHtmlExporter.exportLine(JRPrintLine line,
JRExporterGridCell gridCell)
|
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 |
JRXlsExporter.exportLine(JRPrintLine line,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex)
|
Uses of JRPrintLine in net.sf.jasperreports.engine.export.oasis |
---|
Methods in net.sf.jasperreports.engine.export.oasis with parameters of type JRPrintLine | |
---|---|
protected void |
JROdtFrameExporter.exportLine(JRPrintLine line)
|
protected void |
JROdtExporter.exportLine(TableBuilder tableBuilder,
JRPrintLine line,
JRExporterGridCell gridCell)
|
Uses of JRPrintLine in net.sf.jasperreports.engine.fill |
---|
Classes in net.sf.jasperreports.engine.fill that implement JRPrintLine | |
---|---|
class |
JRTemplatePrintLine
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |