Package com.openhtmltopdf.layout
Class FloatLayoutResult
java.lang.Object
com.openhtmltopdf.layout.FloatLayoutResult
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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_pending
private boolean _pending -
_block
-
-
Constructor Details
-
FloatLayoutResult
public FloatLayoutResult()
-
-
Method Details
-
isPending
public boolean isPending() -
setPending
public void setPending(boolean pending) -
getBlock
-
setBlock
-