Package com.openhtmltopdf.layout
Class PersistentBFC
- java.lang.Object
-
- com.openhtmltopdf.layout.PersistentBFC
-
public class PersistentBFC extends Object
The porition of aBlockFormattingContextwhich 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 FloatManagergetFloatManager()
-
-
-
Constructor Detail
-
PersistentBFC
public PersistentBFC(BlockBox master, LayoutContext c)
-
-
Method Detail
-
getFloatManager
public FloatManager getFloatManager()
-
-