Package org.xhtmlrenderer.layout
Class BoxCollector
java.lang.Object
org.xhtmlrenderer.layout.BoxCollector
A class to collect boxes which intersect a given clip region. If available,
aggregate bounds information will be used. Block and inline content are
added to separate lists as they are painted in separate render phases.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
collect
(CssContext c, Shape clip, Layer layer, List blockContent, List inlineContent, BoxRangeLists rangeLists) void
collect
(CssContext c, Shape clip, Layer layer, Box container, List blockContent, List inlineContent, BoxRangeLists rangeLists) boolean
intersectsAny
(CssContext c, Shape clip, Box master)
-
Constructor Details
-
BoxCollector
public BoxCollector()
-
-
Method Details
-
collect
public void collect(CssContext c, Shape clip, Layer layer, List blockContent, List inlineContent, BoxRangeLists rangeLists) -
intersectsAny
-
collect
public void collect(CssContext c, Shape clip, Layer layer, Box container, List blockContent, List inlineContent, BoxRangeLists rangeLists)
-