Uses of Interface
net.sf.jasperreports.engine.part.PartPrintOutput
Packages that use PartPrintOutput
Package
Description
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 PartPrintOutput in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement PartPrintOutput -
Uses of PartPrintOutput in net.sf.jasperreports.engine.part
Classes in net.sf.jasperreports.engine.part that implement PartPrintOutputMethods in net.sf.jasperreports.engine.part that return PartPrintOutputModifier and TypeMethodDescriptionDelayedPrintPart.getOutput()FilledPrintPart.getOutput()abstract PartPrintOutputFillPrintPart.getOutput()Methods in net.sf.jasperreports.engine.part with parameters of type PartPrintOutputModifier and TypeMethodDescriptionprotected FilledPrintPartFillPrintPartQueue.appendOutput(PartPrintOutput output) FillPartQueueProvider.createPartQueue(PartReportFiller filler, PartPrintOutput printOutput) voidFillPart.fill(EvaluatedPart evaluatedPart, PartPrintOutput output) voidPartFillComponent.fill(EvaluatedPart evaluatedPart, PartPrintOutput output) Fills the component by creating a print element which will be included in the generated report.Method parameters in net.sf.jasperreports.engine.part with type arguments of type PartPrintOutputModifier and TypeMethodDescriptionvoidFillPartQueue.fillDelayed(DelayedPrintPart part, EvaluatedPart evaluatedPart, Supplier<PartPrintOutput> localOutputSupplier) voidFillPrintPartQueue.fillDelayed(DelayedPrintPart part, EvaluatedPart evaluatedPart, Supplier<PartPrintOutput> localOutputSupplier) voidFillPartQueue.fillPart(FillPart fillPart, EvaluatedPart evaluatedPart, Supplier<PartPrintOutput> localOutputSupplier) voidFillPrintPartQueue.fillPart(FillPart fillPart, EvaluatedPart evaluatedPart, Supplier<PartPrintOutput> localOutputSupplier) Constructors in net.sf.jasperreports.engine.part with parameters of type PartPrintOutputModifierConstructorDescriptionFilledPrintPart(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 PartPrintOutputModifier and TypeMethodDescriptionprotected JRBaseFillerSubreportFillPart.createBandSubfiller(EvaluatedPart evaluatedPart, EvaluatedSubreportPart evaluatedSubreport, PartPrintOutput output) protected BaseReportFillerSubreportFillPart.createPartSubfiller(EvaluatedSubreportPart evaluatedSubreport, PartPrintOutput output) protected BaseReportFillerSubreportFillPart.createSubreportFiller(EvaluatedPart evaluatedPart, EvaluatedSubreportPart evaluatedSubreport, PartPrintOutput output) voidSubreportFillPart.fill(EvaluatedPart evaluatedPart, PartPrintOutput output) Constructors in net.sf.jasperreports.parts.subreport with parameters of type PartPrintOutputModifierConstructorDescriptionprotectedPartBandParent(EvaluatedPart evaluatedPart, EvaluatedSubreportPart evaluatedSubreport, PartPrintOutput output) PartParent(PartPrintOutput output)