Uses of Class
org.xhtmlrenderer.layout.FloatLayoutResult
Packages that use FloatLayoutResult
-
Uses of FloatLayoutResult in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return FloatLayoutResultModifier and TypeMethodDescriptionstatic FloatLayoutResult
LayoutUtil.layoutFloated
(LayoutContext c, LineBox currentLine, BlockBox block, int avail, List<FloatLayoutResult> pendingFloats) Method parameters in org.xhtmlrenderer.layout with type arguments of type FloatLayoutResultModifier and TypeMethodDescriptionstatic FloatLayoutResult
LayoutUtil.layoutFloated
(LayoutContext c, LineBox currentLine, BlockBox block, int avail, List<FloatLayoutResult> pendingFloats) private static int
InlineBoxing.processOutOfFlowContent
(LayoutContext c, LineBox current, BlockBox block, int available, List<FloatLayoutResult> pendingFloats) private static void
InlineBoxing.saveLine
(LineBox current, LayoutContext c, BlockBox block, int minHeight, int maxAvailableWidth, List<FloatLayoutResult> pendingFloats, boolean hasFirstLinePCs, List<Layer> pendingInlineLayers, MarkerData markerData, int contentStart, boolean alwaysBreak)