org.xhtmlrenderer.layout
Class LayoutUtil
java.lang.Object
org.xhtmlrenderer.layout.LayoutUtil
public class LayoutUtil
- extends java.lang.Object
Contains utility methods to layout floated and absolute content.
XXX Could/should be folded into BlockBox
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayoutUtil
public LayoutUtil()
layoutAbsolute
public static void layoutAbsolute(LayoutContext c,
LineBox currentLine,
BlockBox box)
layoutFloated
public static FloatLayoutResult layoutFloated(LayoutContext c,
LineBox currentLine,
BlockBox block,
int avail,
java.util.List pendingFloats)
Flying Saucer Project Home