Package com.openhtmltopdf.layout
Class BoxRangeHelper
- java.lang.Object
-
- com.openhtmltopdf.layout.BoxRangeHelper
-
public class BoxRangeHelper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.LinkedList<BoxRangeData>
_clipRegionStack
private BoxRangeData
_current
private OutputDevice
_outputDevice
private int
_rangeIndex
private java.util.List<BoxRangeData>
_rangeList
-
Constructor Summary
Constructors Constructor Description BoxRangeHelper(OutputDevice outputDevice, java.util.List<BoxRangeData> 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)
-
-
-
Field Detail
-
_clipRegionStack
private java.util.LinkedList<BoxRangeData> _clipRegionStack
-
_outputDevice
private OutputDevice _outputDevice
-
_rangeList
private java.util.List<BoxRangeData> _rangeList
-
_rangeIndex
private int _rangeIndex
-
_current
private BoxRangeData _current
-
-
Constructor Detail
-
BoxRangeHelper
public BoxRangeHelper(OutputDevice outputDevice, java.util.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)
-
-