Package org.xhtmlrenderer.layout
Class FloatLayoutResult
- java.lang.Object
-
- org.xhtmlrenderer.layout.FloatLayoutResult
-
public class FloatLayoutResult extends java.lang.Object
A bean containing the result of laying out a floated block. If the floated block can't fit on the current line, it will be marked pending with the result that it will be layed out again once the line has been saved. FIXME: This class can go away
-
-
Constructor Summary
Constructors Constructor Description FloatLayoutResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockBox
getBlock()
boolean
isPending()
void
setBlock(BlockBox block)
void
setPending(boolean pending)
-