Package com.openhtmltopdf.layout
Class BoxRangeHelper
- java.lang.Object
-
- com.openhtmltopdf.layout.BoxRangeHelper
-
public class BoxRangeHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description BoxRangeHelper(OutputDevice outputDevice, List<BoxRangeData> rangeList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckFinished()voidpopClipRegions(RenderingContext c, int contentIndex)voidpushClipRegion(RenderingContext c, int contentIndex)
-
-
-
Constructor Detail
-
BoxRangeHelper
public BoxRangeHelper(OutputDevice outputDevice, List<BoxRangeData> rangeList)
-
-
Method Detail
-
checkFinished
public void checkFinished()
-
pushClipRegion
public void pushClipRegion(RenderingContext c, int contentIndex)
-
popClipRegions
public void popClipRegions(RenderingContext c, int contentIndex)
-
-