Interface PagedBoxCollector.AddToShadowPage

All Known Implementing Classes:
PagedBoxCollector.AddBlockToShadowPage, PagedBoxCollector.AddFloatToShadowPage, PagedBoxCollector.AddInlineToShadowPage
Enclosing class:
PagedBoxCollector

private static interface PagedBoxCollector.AddToShadowPage
The joys of lambda style programming in Java 6! Provides a method to add a box to a shadow page if it is determined to sit on a particular shadow page. Other method (boundsBox) is whether to use the border-box or the aggregate (includes overflowing children) to test whether a box sits on a particular shadow page.