Uses of Class
com.openhtmltopdf.layout.BlockBoxing.AbstractRelayoutDataList
-
Packages that use BlockBoxing.AbstractRelayoutDataList Package Description com.openhtmltopdf.layout -
-
Uses of BlockBoxing.AbstractRelayoutDataList in com.openhtmltopdf.layout
Subclasses of BlockBoxing.AbstractRelayoutDataList in com.openhtmltopdf.layout Modifier and Type Class Description private static classBlockBoxing.LiteRelayoutDataListMethods in com.openhtmltopdf.layout with parameters of type BlockBoxing.AbstractRelayoutDataList Modifier and Type Method Description private static booleanBlockBoxing. isPageBreakBetweenChildBoxes(BlockBoxing.AbstractRelayoutDataList relayoutDataList, int runStart, int runEnd, LayoutContext c, BlockBox block)private static java.lang.IntegerBlockBoxing. processPageBreakAvoidRun(LayoutContext c, BlockBox block, java.util.List<Box> localChildren, int offset, BlockBoxing.AbstractRelayoutDataList relayoutDataList, BlockBox childBox)private static intBlockBoxing. relayoutRun(LayoutContext c, java.util.List<Box> localChildren, BlockBox block, BlockBoxing.AbstractRelayoutDataList relayoutDataList, int start, int end, boolean onNewPage)
-