Package org.xhtmlrenderer.layout
Class PersistentBFC
- java.lang.Object
-
- org.xhtmlrenderer.layout.PersistentBFC
-
public class PersistentBFC extends java.lang.Object
The porition of aBlockFormattingContext
which is saved with a box which defines a BFC. XXX This class can go away
-
-
Constructor Summary
Constructors Constructor Description PersistentBFC(BlockBox master, LayoutContext c)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatManager
getFloatManager()
-
-
-
Constructor Detail
-
PersistentBFC
public PersistentBFC(BlockBox master, LayoutContext c)
-
-
Method Detail
-
getFloatManager
public FloatManager getFloatManager()
-
-