Uses of Interface
com.openhtmltopdf.render.displaylist.DisplayListOperation
-
Packages that use DisplayListOperation Package Description com.openhtmltopdf.render.displaylist -
-
Uses of DisplayListOperation in com.openhtmltopdf.render.displaylist
Classes in com.openhtmltopdf.render.displaylist that implement DisplayListOperation Modifier and Type Class Description classPaintBackgroundAndBordersclassPaintFixedLayerclassPaintInlineContentclassPaintLayerBackgroundAndBorderclassPaintListMarkersclassPaintPopClipRectclassPaintPopTransformLayerclassPaintPushClipRectclassPaintPushTransformLayerclassPaintReplacedElementclassPaintReplacedElementsclassPaintRootElementBackgroundMethods in com.openhtmltopdf.render.displaylist that return types with arguments of type DisplayListOperation Modifier and Type Method Description List<DisplayListOperation>DisplayListContainer.DisplayListPageContainer. getOperations()Methods in com.openhtmltopdf.render.displaylist with parameters of type DisplayListOperation Modifier and Type Method Description protected 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)voidDisplayListContainer.DisplayListPageContainer. addOp(DisplayListOperation dlo)
-