Uses of Interface
net.sf.jasperreports.engine.part.PartPrintOutput
-
Packages that use PartPrintOutput 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 -
-
Uses of PartPrintOutput in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement PartPrintOutput Modifier and Type Class Description protected class
PartReportFiller.JasperPrintPartOutput
-
Uses of PartPrintOutput in net.sf.jasperreports.engine.part
Classes in net.sf.jasperreports.engine.part that implement PartPrintOutput Modifier and Type Class Description class
FillPartPrintOutput
Methods in net.sf.jasperreports.engine.part that return PartPrintOutput Modifier and Type Method Description PartPrintOutput
DelayedPrintPart. getOutput()
PartPrintOutput
FilledPrintPart. getOutput()
abstract PartPrintOutput
FillPrintPart. getOutput()
Methods in net.sf.jasperreports.engine.part with parameters of type PartPrintOutput Modifier and Type Method 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.Constructors in net.sf.jasperreports.engine.part with parameters of type PartPrintOutput Constructor Description FilledPrintPart(PartPrintOutput output)
FillPrintPartQueue(PartPrintOutput output)
-
Uses of PartPrintOutput in net.sf.jasperreports.parts.subreport
Methods in net.sf.jasperreports.parts.subreport with parameters of type PartPrintOutput Modifier and Type Method Description protected JRBaseFiller
SubreportFillPart. createBandSubfiller(PartPrintOutput output)
protected BaseReportFiller
SubreportFillPart. createPartSubfiller(PartPrintOutput output)
protected BaseReportFiller
SubreportFillPart. createSubreportFiller(PartPrintOutput output)
void
SubreportFillPart. fill(PartPrintOutput output)
Constructors in net.sf.jasperreports.parts.subreport with parameters of type PartPrintOutput Constructor Description PartBandParent(PartPrintOutput output)
PartParent(PartPrintOutput output)
-