Uses of Interface
com.openhtmltopdf.render.displaylist.PagedBoxCollector.AddToShadowPage
-
Packages that use PagedBoxCollector.AddToShadowPage Package Description com.openhtmltopdf.render.displaylist -
-
Uses of PagedBoxCollector.AddToShadowPage in com.openhtmltopdf.render.displaylist
Classes in com.openhtmltopdf.render.displaylist that implement PagedBoxCollector.AddToShadowPage Modifier and Type Class Description private static classPagedBoxCollector.AddBlockToShadowPageprivate static classPagedBoxCollector.AddFloatToShadowPageprivate static classPagedBoxCollector.AddInlineToShadowPageFields in com.openhtmltopdf.render.displaylist declared as PagedBoxCollector.AddToShadowPage Modifier and Type Field Description private static PagedBoxCollector.AddToShadowPagePagedBoxCollector.AddBlockToShadowPage. INSTANCEprivate static PagedBoxCollector.AddToShadowPagePagedBoxCollector.AddFloatToShadowPage. INSTANCEprivate static PagedBoxCollector.AddToShadowPagePagedBoxCollector.AddInlineToShadowPage. INSTANCEMethods in com.openhtmltopdf.render.displaylist with parameters of type PagedBoxCollector.AddToShadowPage Modifier and Type Method Description private voidPagedBoxCollector. addBoxToShadowPages(CssContext c, Box container, int pageNumber, PagedBoxCollector.PageResult pageResult, java.awt.Shape ourClip, java.util.List<PagedBoxCollector.PageResult> clipPages, Layer layer, PagedBoxCollector.AddToShadowPage addToMethod)Adds box to inserted shadow pages as needed.
-