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 classPartReportFiller.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 classFillPartPrintOutputMethods in net.sf.jasperreports.engine.part that return PartPrintOutput Modifier and Type Method Description PartPrintOutputDelayedPrintPart. getOutput()PartPrintOutputFilledPrintPart. getOutput()abstract PartPrintOutputFillPrintPart. getOutput()Methods in net.sf.jasperreports.engine.part with parameters of type PartPrintOutput Modifier and Type Method Description FilledPrintPartFillPrintPartQueue. appendOutput(PartPrintOutput output)voidFillPart. fill(byte evaluation, PartPrintOutput output)voidPartFillComponent. 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 JRBaseFillerSubreportFillPart. createBandSubfiller(PartPrintOutput output)protected BaseReportFillerSubreportFillPart. createPartSubfiller(PartPrintOutput output)protected BaseReportFillerSubreportFillPart. createSubreportFiller(PartPrintOutput output)voidSubreportFillPart. fill(PartPrintOutput output)Constructors in net.sf.jasperreports.parts.subreport with parameters of type PartPrintOutput Constructor Description PartBandParent(PartPrintOutput output)PartParent(PartPrintOutput output)
-