Uses of Class
org.openpdf.layout.BlockFormattingContext
Packages that use BlockFormattingContext
-
Uses of BlockFormattingContext in org.openpdf.layout
Fields in org.openpdf.layout with type parameters of type BlockFormattingContextModifier and TypeFieldDescriptionprivate final Deque<BlockFormattingContext> LayoutState._BFCsprivate final Deque<BlockFormattingContext> LayoutContext._blockFormattingContextsMethods in org.openpdf.layout that return BlockFormattingContextMethods in org.openpdf.layout that return types with arguments of type BlockFormattingContextMethods in org.openpdf.layout with parameters of type BlockFormattingContextModifier and TypeMethodDescriptionprivate voidFloatManager.alignToLastFloat(CssContext cssCtx, BlockFormattingContext bfc, BlockBox current, FloatManager.Direction direction) private voidFloatManager.alignToLastOpposingFloat(CssContext cssCtx, BlockFormattingContext bfc, BlockBox current, FloatManager.Direction 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.Direction 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.Direction direction) voidLayoutContext.pushBFC(BlockFormattingContext bfc) private voidFloatManager.save(BlockBox current, Layer layer, BlockFormattingContext bfc, FloatManager.Direction direction) Constructor parameters in org.openpdf.layout with type arguments of type BlockFormattingContextModifierConstructorDescriptionLayoutState(StyleTracker firstLines, StyleTracker firstLetters, @Nullable MarkerData currentMarkerData, Collection<BlockFormattingContext> blockFormattingContexts) LayoutState(StyleTracker firstLines, StyleTracker firstLetters, @Nullable MarkerData currentMarkerData, Collection<BlockFormattingContext> blockFormattingContexts, @Nullable String pageName, int extraSpaceTop, int extraSpaceBottom, int noPageBreak)