Uses of Class
com.openhtmltopdf.layout.BlockBoxing.AbstractRelayoutDataList
Packages that use BlockBoxing.AbstractRelayoutDataList
-
Uses of BlockBoxing.AbstractRelayoutDataList in com.openhtmltopdf.layout
Subclasses of BlockBoxing.AbstractRelayoutDataList in com.openhtmltopdf.layoutMethods in com.openhtmltopdf.layout with parameters of type BlockBoxing.AbstractRelayoutDataListModifier and TypeMethodDescriptionprivate static booleanBlockBoxing.isPageBreakBetweenChildBoxes(BlockBoxing.AbstractRelayoutDataList relayoutDataList, int runStart, int runEnd, LayoutContext c, BlockBox block) private static IntegerBlockBoxing.processPageBreakAvoidRun(LayoutContext c, BlockBox block, List<Box> localChildren, int offset, BlockBoxing.AbstractRelayoutDataList relayoutDataList, BlockBox childBox) private static intBlockBoxing.relayoutRun(LayoutContext c, List<Box> localChildren, BlockBox block, BlockBoxing.AbstractRelayoutDataList relayoutDataList, int start, int end, boolean onNewPage)