Package net.sf.jasperreports.engine.part
Class FillPartPrintOutput
- java.lang.Object
-
- net.sf.jasperreports.engine.part.FillPartPrintOutput
-
- All Implemented Interfaces:
PartPrintOutput
public class FillPartPrintOutput extends Object implements PartPrintOutput
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description FillPartPrintOutput(BaseReportFiller filler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddOrigins(Collection<JROrigin> origins)voidaddPage(JRPrintPage page, DelayedFillActions delayedActionsSource)voidaddStyles(Collection<JRStyle> stylesList)voidappend(FillPartPrintOutput output)BookmarkHelpergetBookmarkHelper()DelayedFillActionsgetDelayedActions()Collection<JROrigin>getOrigins()JRPrintPagegetPage(int pageIndex)List<JRPrintPage>getPages()TreeMap<Integer,PrintPart>getParts()Collection<JRStyle>getStyles()voidpageUpdated(int partPageIndex)voidstartPart(PrintPart printPart, FillingPrintPart fillingPart)
-
-
-
Constructor Detail
-
FillPartPrintOutput
public FillPartPrintOutput(BaseReportFiller filler)
-
-
Method Detail
-
startPart
public void startPart(PrintPart printPart, FillingPrintPart fillingPart)
- Specified by:
startPartin interfacePartPrintOutput
-
addPage
public void addPage(JRPrintPage page, DelayedFillActions delayedActionsSource)
- Specified by:
addPagein interfacePartPrintOutput
-
getPage
public JRPrintPage getPage(int pageIndex)
- Specified by:
getPagein interfacePartPrintOutput
-
pageUpdated
public void pageUpdated(int partPageIndex)
- Specified by:
pageUpdatedin interfacePartPrintOutput
-
append
public void append(FillPartPrintOutput output)
- Specified by:
appendin interfacePartPrintOutput
-
getPages
public List<JRPrintPage> getPages()
-
getDelayedActions
public DelayedFillActions getDelayedActions()
-
getBookmarkHelper
public BookmarkHelper getBookmarkHelper()
- Specified by:
getBookmarkHelperin interfacePartPrintOutput
-
addStyles
public void addStyles(Collection<JRStyle> stylesList)
- Specified by:
addStylesin interfacePartPrintOutput
-
getStyles
public Collection<JRStyle> getStyles()
-
addOrigins
public void addOrigins(Collection<JROrigin> origins)
- Specified by:
addOriginsin interfacePartPrintOutput
-
getOrigins
public Collection<JROrigin> getOrigins()
-
-