Uses of Class
com.openhtmltopdf.layout.BlockFormattingContext
Packages that use BlockFormattingContext
-
Uses of BlockFormattingContext in com.openhtmltopdf.layout
Fields in com.openhtmltopdf.layout with type parameters of type BlockFormattingContextModifier and TypeFieldDescriptionprivate LinkedList<BlockFormattingContext> LayoutContext._bfcsprivate final LinkedList<BlockFormattingContext> LayoutState._BFCsMethods in com.openhtmltopdf.layout that return BlockFormattingContextMethods in com.openhtmltopdf.layout that return types with arguments of type BlockFormattingContextMethods in com.openhtmltopdf.layout with parameters of type BlockFormattingContextModifier and TypeMethodDescriptionvoidLayer.addFloat(BlockBox floater, BlockFormattingContext bfc) private voidFloatManager.alignToLastFloat(CssContext cssCtx, BlockFormattingContext bfc, BlockBox current, FloatManager.FloatDirection direction) private voidFloatManager.alignToLastOpposingFloat(CssContext cssCtx, BlockFormattingContext bfc, BlockBox current, FloatManager.FloatDirection direction) voidFloatManager.clear(CssContext cssCtx, BlockFormattingContext bfc, Box box) voidFloatManager.floatBox(LayoutContext c, Layer layer, BlockFormattingContext bfc, BlockBox box) private FloatManager.BoxDistanceFloatManager.getFloatDistance(CssContext cssCtx, BlockFormattingContext bfc, LineBox line, int containingBlockContentWidth, List<FloatManager.BoxOffset> floatsList, FloatManager.FloatDirection direction) intFloatManager.getLeftFloatDistance(CssContext cssCtx, BlockFormattingContext bfc, LineBox line, int containingBlockContentWidth) intFloatManager.getNextLineBoxDelta(CssContext cssCtx, BlockFormattingContext bfc, LineBox line, int containingBlockContentWidth) intFloatManager.getRightFloatDistance(CssContext cssCtx, BlockFormattingContext bfc, LineBox line, int containingBlockContentWidth) private voidFloatManager.moveClear(CssContext cssCtx, BlockFormattingContext bfc, Box current, List<FloatManager.BoxOffset> floats) private voidFloatManager.moveFloatBelow(CssContext cssCtx, BlockFormattingContext bfc, Box current, List<FloatManager.BoxOffset> floats) private booleanFloatManager.overlaps(CssContext cssCtx, BlockFormattingContext bfc, BlockBox current, List<FloatManager.BoxOffset> floats) private voidFloatManager.position(CssContext cssCtx, BlockFormattingContext bfc, BlockBox current, FloatManager.FloatDirection direction) voidLayoutContext.pushBFC(BlockFormattingContext bfc) private voidFloatManager.save(BlockBox current, Layer layer, BlockFormattingContext bfc, FloatManager.FloatDirection direction) Method parameters in com.openhtmltopdf.layout with type arguments of type BlockFormattingContextModifier and TypeMethodDescriptionbooleanLayoutState.equal(LinkedList<BlockFormattingContext> bfcs, MarkerData markerData, StyleTracker firstLetters, StyleTracker firstLines, String pageName, int extraSpaceTop, int extraSpaceBottom, int noPageBreak) Constructor parameters in com.openhtmltopdf.layout with type arguments of type BlockFormattingContextModifierConstructorDescriptionLayoutState(LinkedList<BlockFormattingContext> bfcs, MarkerData currentMarkerData, StyleTracker firstLetters, StyleTracker firstLines) LayoutState(LinkedList<BlockFormattingContext> bfcs, MarkerData markerData, StyleTracker firstLetters, StyleTracker firstLines, String pageName, int extraSpaceTop, int extraSpaceBottom, int noPageBreak)