Uses of Enum Class
com.openhtmltopdf.render.displaylist.DisplayListCollector.CollectFlags
Packages that use DisplayListCollector.CollectFlags
-
Uses of DisplayListCollector.CollectFlags in com.openhtmltopdf.render.displaylist
Methods in com.openhtmltopdf.render.displaylist that return DisplayListCollector.CollectFlagsModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DisplayListCollector.CollectFlags[]
DisplayListCollector.CollectFlags.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com.openhtmltopdf.render.displaylist with type arguments of type DisplayListCollector.CollectFlagsModifier and TypeMethodDescriptionprotected void
DisplayListCollector.collect
(RenderingContext c, Layer layer, DisplayListContainer dlPages, Set<DisplayListCollector.CollectFlags> flags) The main method to create a list of paint instruction for each page.DisplayListCollector.collectInlineBlock
(RenderingContext c, BlockBox bb, EnumSet<DisplayListCollector.CollectFlags> noneOf, int shadowPageNo) private void
DisplayListCollector.collectLayers
(RenderingContext c, List<Layer> layers, DisplayListContainer dlPages, Set<DisplayListCollector.CollectFlags> flags)