Uses of Class
com.openhtmltopdf.render.displaylist.DisplayListContainer.DisplayListPageContainer
Packages that use DisplayListContainer.DisplayListPageContainer
Package
Description
-
Uses of DisplayListContainer.DisplayListPageContainer in com.openhtmltopdf.java2d
Methods in com.openhtmltopdf.java2d with parameters of type DisplayListContainer.DisplayListPageContainerModifier and TypeMethodDescriptionprivate void
Java2DRenderer.paintPage
(RenderingContext c, PageBox page, DisplayListContainer.DisplayListPageContainer pageOperations) -
Uses of DisplayListContainer.DisplayListPageContainer in com.openhtmltopdf.pdfboxout
Methods in com.openhtmltopdf.pdfboxout with parameters of type DisplayListContainer.DisplayListPageContainerModifier and TypeMethodDescriptionprivate void
PdfBoxRenderer.paintPageFast
(RenderingContext c, PageBox page, DisplayListContainer.DisplayListPageContainer pageOperations, int additionalTranslateX) -
Uses of DisplayListContainer.DisplayListPageContainer in com.openhtmltopdf.render.displaylist
Fields in com.openhtmltopdf.render.displaylist declared as DisplayListContainer.DisplayListPageContainerModifier and TypeFieldDescriptionprivate final DisplayListContainer.DisplayListPageContainer
DisplayListContainer.DisplayListPageContainer.basePage
Fields in com.openhtmltopdf.render.displaylist with type parameters of type DisplayListContainer.DisplayListPageContainerModifier and TypeFieldDescriptionprivate final List
<DisplayListContainer.DisplayListPageContainer> ArrayDisplayListContainer.pageInstructions
private final Map
<Integer, DisplayListContainer.DisplayListPageContainer> MapDisplayListContainer.pages
DisplayListContainer.DisplayListPageContainer.shadowPages
Methods in com.openhtmltopdf.render.displaylist that return DisplayListContainer.DisplayListPageContainerModifier and TypeMethodDescriptionDisplayListCollector.collectInlineBlock
(RenderingContext c, BlockBox bb, EnumSet<DisplayListCollector.CollectFlags> noneOf, int shadowPageNo) DisplayListContainer.DisplayListPageContainer.getBasePage()
ArrayDisplayListContainer.getPageInstructions
(int pg) DisplayListContainer.getPageInstructions
(int pg) MapDisplayListContainer.getPageInstructions
(int pg) DisplayListContainer.DisplayListPageContainer.getShadowPage
(int shadowNumber) Methods in com.openhtmltopdf.render.displaylist that return types with arguments of type DisplayListContainer.DisplayListPageContainerMethods in com.openhtmltopdf.render.displaylist with parameters of type DisplayListContainer.DisplayListPageContainerModifier and TypeMethodDescriptionprivate void
DisplayListCollector.collectFloatAsLayer
(RenderingContext c, Layer layer, BlockBox floater, DisplayListContainer.DisplayListPageContainer pageInstructions, int pageNumber, int shadowPageNumber) This method can be reached by two code paths:collectRoot -: collect -: processPage -: collectFloatAsLayer -: processPage collectRoot -: collect -: processShadowPages -: foreach(shadowPage) -: processPage -: collectFloatAsLayer -: processPage
Therefore, it is important to be careful when expecting a base page or shadow page.void
DisplayListPainter.paint
(RenderingContext c, DisplayListContainer.DisplayListPageContainer pageOperations) protected void
DisplayListCollector.processPage
(RenderingContext c, Layer layer, PagedBoxCollector.PageResult pg, DisplayListContainer.DisplayListPageContainer dlPageList, boolean includeFloats, int pageNumber, int shadowPageNumber) Convert a list of boxes to a list of paint instructions for a page.private void
DisplayListCollector.processShadowPages
(RenderingContext c, Layer layer, int pageNumber, PagedBoxCollector.PageResult pg, DisplayListContainer.DisplayListPageContainer dlPageList, boolean includeFloats) If we have cut-off boxes we have to process them as separate pages.Constructors in com.openhtmltopdf.render.displaylist with parameters of type DisplayListContainer.DisplayListPageContainerModifierConstructorDescription