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.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionboolean
add
(PagedBoxCollector collector, PagedBoxCollector.PageResult shadowPageResult, Box container, Shape clip, Layer layer) int
-
Field Details
-
BORDER_BOX
static final int BORDER_BOX- See Also:
-
AGGREGATE_BOX
static final int AGGREGATE_BOX- See Also:
-
-
Method Details
-
boundsBox
int boundsBox() -
add
boolean add(PagedBoxCollector collector, PagedBoxCollector.PageResult shadowPageResult, Box container, Shape clip, Layer layer)
-