| Package | Description |
|---|---|
| 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.part | |
| net.sf.jasperreports.parts.subreport |
| Modifier and Type | Class and Description |
|---|---|
protected class |
PartReportFiller.JasperPrintPartOutput |
| Modifier and Type | Class and Description |
|---|---|
class |
FillPartPrintOutput |
| Modifier and Type | Method and Description |
|---|---|
abstract PartPrintOutput |
FillPrintPart.getOutput() |
PartPrintOutput |
FilledPrintPart.getOutput() |
PartPrintOutput |
DelayedPrintPart.getOutput() |
| Modifier and Type | Method and Description |
|---|---|
FilledPrintPart |
FillPrintPartQueue.appendOutput(PartPrintOutput output) |
void |
FillPart.fill(byte evaluation,
PartPrintOutput output) |
void |
PartFillComponent.fill(PartPrintOutput output)
Fills the component by creating a print element which will be included
in the generated report.
|
| Constructor and Description |
|---|
FilledPrintPart(PartPrintOutput output) |
FillPrintPartQueue(PartPrintOutput output) |
| Modifier and Type | Method and Description |
|---|---|
protected JRBaseFiller |
SubreportFillPart.createBandSubfiller(PartPrintOutput output) |
protected BaseReportFiller |
SubreportFillPart.createPartSubfiller(PartPrintOutput output) |
protected BaseReportFiller |
SubreportFillPart.createSubreportFiller(PartPrintOutput output) |
void |
SubreportFillPart.fill(PartPrintOutput output) |
| Constructor and Description |
|---|
PartBandParent(PartPrintOutput output) |
PartParent(PartPrintOutput output) |
Copyright © 2017. All rights reserved.