Package com.openhtmltopdf.layout
Class PersistentBFC
- java.lang.Object
-
- com.openhtmltopdf.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
-
-
Field Summary
Fields Modifier and Type Field Description private FloatManager
_floatManager
-
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()
-
-
-
Field Detail
-
_floatManager
private final FloatManager _floatManager
-
-
Constructor Detail
-
PersistentBFC
public PersistentBFC(BlockBox master, LayoutContext c)
-
-
Method Detail
-
getFloatManager
public FloatManager getFloatManager()
-
-