Uses of Class
com.openhtmltopdf.render.displaylist.DisplayListCollector.CollectFlags
| Package | Description |
|---|---|
| com.openhtmltopdf.render.displaylist |
-
Uses of DisplayListCollector.CollectFlags in com.openhtmltopdf.render.displaylist
Methods in com.openhtmltopdf.render.displaylist that return DisplayListCollector.CollectFlags Modifier and Type Method Description static DisplayListCollector.CollectFlagsDisplayListCollector.CollectFlags. valueOf(String name)Returns the enum constant of this type with the specified name.static DisplayListCollector.CollectFlags[]DisplayListCollector.CollectFlags. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in com.openhtmltopdf.render.displaylist with type arguments of type DisplayListCollector.CollectFlags Modifier and Type Method Description 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.DisplayListContainer.DisplayListPageContainerDisplayListCollector. collectInlineBlock(RenderingContext c, BlockBox bb, EnumSet<DisplayListCollector.CollectFlags> noneOf, int shadowPageNo)