public class FillPartPrintOutput extends Object implements PartPrintOutput
| Constructor and Description |
|---|
FillPartPrintOutput(BaseReportFiller filler) |
| Modifier and Type | Method and Description |
|---|---|
void |
addOrigins(Collection<JROrigin> origins) |
void |
addPage(JRPrintPage page,
DelayedFillActions delayedActionsSource) |
void |
addStyles(Collection<JRStyle> stylesList) |
void |
append(FillPartPrintOutput output) |
BookmarkHelper |
getBookmarkHelper() |
DelayedFillActions |
getDelayedActions() |
Collection<JROrigin> |
getOrigins() |
JRPrintPage |
getPage(int pageIndex) |
List<JRPrintPage> |
getPages() |
TreeMap<Integer,PrintPart> |
getParts() |
Collection<JRStyle> |
getStyles() |
void |
pageUpdated(int partPageIndex) |
void |
startPart(PrintPart printPart,
FillingPrintPart fillingPart) |
public FillPartPrintOutput(BaseReportFiller filler)
public void startPart(PrintPart printPart, FillingPrintPart fillingPart)
startPart in interface PartPrintOutputpublic void addPage(JRPrintPage page, DelayedFillActions delayedActionsSource)
addPage in interface PartPrintOutputpublic JRPrintPage getPage(int pageIndex)
getPage in interface PartPrintOutputpublic void pageUpdated(int partPageIndex)
pageUpdated in interface PartPrintOutputpublic void append(FillPartPrintOutput output)
append in interface PartPrintOutputpublic List<JRPrintPage> getPages()
public DelayedFillActions getDelayedActions()
public BookmarkHelper getBookmarkHelper()
getBookmarkHelper in interface PartPrintOutputpublic void addStyles(Collection<JRStyle> stylesList)
addStyles in interface PartPrintOutputpublic Collection<JRStyle> getStyles()
public void addOrigins(Collection<JROrigin> origins)
addOrigins in interface PartPrintOutputpublic Collection<JROrigin> getOrigins()
Copyright © 2017. All rights reserved.