Uses of Class
com.openhtmltopdf.layout.BoxRangeData
-
Packages that use BoxRangeData Package Description com.openhtmltopdf.layout -
-
Uses of BoxRangeData in com.openhtmltopdf.layout
Fields in com.openhtmltopdf.layout declared as BoxRangeData Modifier and Type Field Description private BoxRangeData
BoxRangeHelper. _current
Fields in com.openhtmltopdf.layout with type parameters of type BoxRangeData Modifier and Type Field Description private java.util.List<BoxRangeData>
BoxRangeLists. _block
private java.util.LinkedList<BoxRangeData>
BoxRangeHelper. _clipRegionStack
private java.util.List<BoxRangeData>
BoxRangeLists. _inline
private java.util.List<BoxRangeData>
BoxRangeHelper. _rangeList
Methods in com.openhtmltopdf.layout that return types with arguments of type BoxRangeData Modifier and Type Method Description java.util.List<BoxRangeData>
BoxRangeLists. getBlock()
java.util.List<BoxRangeData>
BoxRangeLists. getInline()
Constructor parameters in com.openhtmltopdf.layout with type arguments of type BoxRangeData Constructor Description BoxRangeHelper(OutputDevice outputDevice, java.util.List<BoxRangeData> rangeList)
-