public class LayoutUtil extends Object
| Constructor and Description |
|---|
LayoutUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
layoutAbsolute(LayoutContext c,
LineBox currentLine,
BlockBox box) |
static FloatLayoutResult |
layoutFloated(LayoutContext c,
LineBox currentLine,
BlockBox block,
int avail,
List pendingFloats) |
public static void layoutAbsolute(LayoutContext c, LineBox currentLine, BlockBox box)
public static FloatLayoutResult layoutFloated(LayoutContext c, LineBox currentLine, BlockBox block, int avail, List pendingFloats)
Copyright © 2018. All rights reserved.