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 PartPrintOutput
public void addPage(JRPrintPage page, DelayedFillActions delayedActionsSource)
addPage
in interface PartPrintOutput
public JRPrintPage getPage(int pageIndex)
getPage
in interface PartPrintOutput
public void pageUpdated(int partPageIndex)
pageUpdated
in interface PartPrintOutput
public void append(FillPartPrintOutput output)
append
in interface PartPrintOutput
public List<JRPrintPage> getPages()
public DelayedFillActions getDelayedActions()
public BookmarkHelper getBookmarkHelper()
getBookmarkHelper
in interface PartPrintOutput
public void addStyles(Collection<JRStyle> stylesList)
addStyles
in interface PartPrintOutput
public Collection<JRStyle> getStyles()
public void addOrigins(Collection<JROrigin> origins)
addOrigins
in interface PartPrintOutput
public Collection<JROrigin> getOrigins()
Copyright © 2017. All rights reserved.