|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xhtmlrenderer.layout.LayoutUtil
public class LayoutUtil
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,
List pendingFloats)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LayoutUtil()
| Method Detail |
|---|
public static void layoutAbsolute(LayoutContext c,
LineBox currentLine,
BlockBox box)
public static FloatLayoutResult layoutFloated(LayoutContext c,
LineBox currentLine,
BlockBox block,
int avail,
List pendingFloats)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||