Uses of Class
com.openhtmltopdf.render.displaylist.DisplayListContainer
Packages that use DisplayListContainer
-
Uses of DisplayListContainer in com.openhtmltopdf.render.displaylist
Subclasses of DisplayListContainer in com.openhtmltopdf.render.displaylistModifier and TypeClassDescriptionclassThis is an ArrayList backed DisplayListContainer for when we expect to get page instructions for all pages such as collecting the root box.classThis is a map based DisplayListContainer for when we expect to only get some pages, such as collecting a fixed element for a single page.Methods in com.openhtmltopdf.render.displaylist that return DisplayListContainerModifier and TypeMethodDescriptionDisplayListCollector.collectRoot(RenderingContext c, Layer rootLayer) Use this method to collect all boxes recursively into a list of paint instructions for each page.Methods in com.openhtmltopdf.render.displaylist with parameters of type DisplayListContainerModifier and TypeMethodDescriptionprotected voidDisplayListCollector.addItem(DisplayListOperation item, int pgStart, int pgEnd, DisplayListContainer dlPages) Adds a paint operation to a selection of pages, from pgStart to pgEnd inclusive.protected voidDisplayListCollector.addItem(DisplayListOperation item, List<PagedBoxCollector.PageInfo> pages, DisplayListContainer dlPages) protected voidDisplayListCollector.addTransformItem(Box master, List<PagedBoxCollector.PageInfo> pages, DisplayListContainer dlPages) protected voidDisplayListCollector.collect(RenderingContext c, Layer layer, DisplayListContainer dlPages, Set<DisplayListCollector.CollectFlags> flags) The main method to create a list of paint instruction for each page.private voidDisplayListCollector.collectLayerBackgroundAndBorder(RenderingContext c, Layer layer, DisplayListContainer dlPages, int pgStart, int pgEnd) private voidDisplayListCollector.collectLayers(RenderingContext c, List<Layer> layers, DisplayListContainer dlPages, Set<DisplayListCollector.CollectFlags> flags) private voidDisplayListCollector.collectReplacedElementLayer(RenderingContext c, Layer layer, DisplayListContainer dlPages, int pgStart, int pgEnd)