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 voidJava2DRenderer.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 voidPdfBoxRenderer.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.DisplayListPageContainerDisplayListContainer.DisplayListPageContainer.basePageFields in com.openhtmltopdf.render.displaylist with type parameters of type DisplayListContainer.DisplayListPageContainerModifier and TypeFieldDescriptionprivate final List<DisplayListContainer.DisplayListPageContainer> ArrayDisplayListContainer.pageInstructionsprivate final Map<Integer, DisplayListContainer.DisplayListPageContainer> MapDisplayListContainer.pagesDisplayListContainer.DisplayListPageContainer.shadowPagesMethods 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 voidDisplayListCollector.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 -: processPageTherefore, it is important to be careful when expecting a base page or shadow page.voidDisplayListPainter.paint(RenderingContext c, DisplayListContainer.DisplayListPageContainer pageOperations) protected voidDisplayListCollector.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 voidDisplayListCollector.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