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 Modifier and Type Field Description static int
AGGREGATE_BOX
static int
BORDER_BOX
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
add(PagedBoxCollector collector, PagedBoxCollector.PageResult shadowPageResult, Box container, java.awt.Shape clip, Layer layer)
int
boundsBox()
-
-
-
Field Detail
-
BORDER_BOX
static final int BORDER_BOX
- See Also:
- Constant Field Values
-
AGGREGATE_BOX
static final int AGGREGATE_BOX
- See Also:
- Constant Field Values
-
-
Method Detail
-
boundsBox
int boundsBox()
-
add
boolean add(PagedBoxCollector collector, PagedBoxCollector.PageResult shadowPageResult, Box container, java.awt.Shape clip, Layer layer)
-
-