Class PagedBoxCollector.AddFloatToShadowPage
- java.lang.Object
-
- com.openhtmltopdf.render.displaylist.PagedBoxCollector.AddFloatToShadowPage
-
- All Implemented Interfaces:
PagedBoxCollector.AddToShadowPage
- Enclosing class:
- PagedBoxCollector
private static class PagedBoxCollector.AddFloatToShadowPage extends java.lang.Object implements PagedBoxCollector.AddToShadowPage
-
-
Field Summary
Fields Modifier and Type Field Description private static PagedBoxCollector.AddToShadowPage
INSTANCE
-
Fields inherited from interface com.openhtmltopdf.render.displaylist.PagedBoxCollector.AddToShadowPage
AGGREGATE_BOX, BORDER_BOX
-
-
Constructor Summary
Constructors Modifier Constructor Description private
AddFloatToShadowPage()
-
Method Summary
All Methods Instance Methods Concrete 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
-
INSTANCE
private static final PagedBoxCollector.AddToShadowPage INSTANCE
-
-
Method Detail
-
boundsBox
public int boundsBox()
- Specified by:
boundsBox
in interfacePagedBoxCollector.AddToShadowPage
-
add
public boolean add(PagedBoxCollector collector, PagedBoxCollector.PageResult shadowPageResult, Box container, java.awt.Shape clip, Layer layer)
- Specified by:
add
in interfacePagedBoxCollector.AddToShadowPage
-
-