Package net.sf.jasperreports.engine.part
Class DelayedPrintPart
- java.lang.Object
-
- net.sf.jasperreports.engine.part.FillPrintPart
-
- net.sf.jasperreports.engine.part.DelayedPrintPart
-
public class DelayedPrintPart extends FillPrintPart
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description DelayedPrintPart(FillPart fillPart)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FillPart
getFillPart()
PartPrintOutput
getOutput()
-
Methods inherited from class net.sf.jasperreports.engine.part.FillPrintPart
nextPart, previousPart, setNextPart, setPreviousPart
-
-
-
-
Constructor Detail
-
DelayedPrintPart
public DelayedPrintPart(FillPart fillPart)
-
-
Method Detail
-
getFillPart
public FillPart getFillPart()
-
getOutput
public PartPrintOutput getOutput()
- Specified by:
getOutput
in classFillPrintPart
-
-