Flying Saucer Project Release ${app.version}

org.xhtmlrenderer.layout
Class LayoutUtil

java.lang.Object
  extended by 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


Constructor Summary
LayoutUtil()
           
 
Method Summary
static void layoutAbsolute(LayoutContext c, LineBox currentLine, BlockBox box)
           
static FloatLayoutResult layoutFloated(LayoutContext c, LineBox currentLine, BlockBox block, int avail, java.util.List pendingFloats)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LayoutUtil

public LayoutUtil()
Method Detail

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 Release ${app.version}

Flying Saucer Project Home