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