Package org.xhtmlrenderer.layout
Class BoxRangeHelper
- java.lang.Object
-
- org.xhtmlrenderer.layout.BoxRangeHelper
-
public class BoxRangeHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BoxRangeHelper(OutputDevice outputDevice, java.util.List rangeList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkFinished()
void
popClipRegions(RenderingContext c, int contentIndex)
void
pushClipRegion(RenderingContext c, int contentIndex)
-
-
-
Constructor Detail
-
BoxRangeHelper
public BoxRangeHelper(OutputDevice outputDevice, java.util.List rangeList)
-
-
Method Detail
-
checkFinished
public void checkFinished()
-
pushClipRegion
public void pushClipRegion(RenderingContext c, int contentIndex)
-
popClipRegions
public void popClipRegions(RenderingContext c, int contentIndex)
-
-