Uses of Class
com.openhtmltopdf.render.BlockBox
-
-
Uses of BlockBox in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend with parameters of type BlockBox Modifier and Type Method Description ReplacedElementReplacedElementFactory. createReplacedElement(LayoutContext c, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight)NOTE: Only block equivalent elements can be replaced.voidOutputDevice. paintReplacedElement(RenderingContext c, BlockBox box) -
Uses of BlockBox in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return BlockBox Modifier and Type Method Description static BlockBoxBoxBuilder. createRootBox(LayoutContext c, Document document)BlockBoxBreakAtLineContext. getBlock()BlockBoxFloatLayoutResult. getBlock()BlockBoxBoxRangeData. getBox()BlockBoxFloatManager.BoxOffset. getBox()static BlockBoxBoxBuilder. getRunningBlock(LayoutContext c, PropertyValue value)BlockBoxLayer. getRunningBlock(String identifer, PageBox page, PageElementPosition which)Methods in com.openhtmltopdf.layout that return types with arguments of type BlockBox Modifier and Type Method Description List<BlockBox>Layer. getFloats()Methods in com.openhtmltopdf.layout with parameters of type BlockBox Modifier and Type Method Description voidLayer. addFloat(BlockBox floater, BlockFormattingContext bfc)voidFootnoteManager. addFootnoteBody(LayoutContext c, BlockBox footnoteBody, LineBox line)Adds a footnote body to the line box page, creating the footnote area as required.voidLayer. addPageSequence(BlockBox start)voidLayer. addRunningBlock(BlockBox block)static booleanBlockBoxing. avoidPageBreakBetween(BlockBox previous, BlockBox current)If we should try to avoid a page break between two block boxes.static voidBoxBuilder. createChildren(LayoutContext c, BlockBox parent)voidBlockFormattingContext. floatBox(LayoutContext c, BlockBox floated)voidFloatManager. floatBox(LayoutContext c, Layer layer, BlockFormattingContext bfc, BlockBox box)PointFloatManager. getOffset(BlockBox floater)static voidLayoutUtil. layoutAbsolute(LayoutContext c, LineBox currentLine, BlockBox box)static voidBlockBoxing. layoutContent(LayoutContext c, BlockBox block, int contentStart)static voidInlineBoxing. layoutContent(LayoutContext c, BlockBox box, int initialY, int breakAtLine)static FloatLayoutResultLayoutUtil. layoutFloated(LayoutContext c, LineBox currentLine, BlockBox block, int avail, List<FloatLayoutResult> pendingFloats)voidLayer. paintAsLayer(RenderingContext c, BlockBox startingPoint)Deprecated.voidFloatManager. removeFloat(BlockBox floater)voidLayer. removeFloat(BlockBox floater)FIXME: Only used when we reset a box, so trying to remove at sometime in the future.voidLayer. removeRunningBlock(BlockBox block)voidFloatLayoutResult. setBlock(BlockBox block)voidBoxRangeData. setBox(BlockBox box)Method parameters in com.openhtmltopdf.layout with type arguments of type BlockBox Modifier and Type Method Description voidFootnoteManager. removeFootnoteBodies(LayoutContext c, List<BlockBox> footnoteBodies, LineBox line)Removes footnotes.Constructors in com.openhtmltopdf.layout with parameters of type BlockBox Constructor Description BlockFormattingContext(BlockBox block, LayoutContext c)BoxOffset(BlockBox box, int x, int y)BoxRangeData(BlockBox box, BoxRange range)BreakAtLineContext(BlockBox block, int line)PersistentBFC(BlockBox master, LayoutContext c) -
Uses of BlockBox in com.openhtmltopdf.newtable
Subclasses of BlockBox in com.openhtmltopdf.newtable Modifier and Type Class Description classTableBoxclassTableCellBoxclassTableRowBoxclassTableSectionBoxMethods in com.openhtmltopdf.newtable that return BlockBox Modifier and Type Method Description BlockBoxTableBox. copyOf()BlockBoxTableCellBox. copyOf()BlockBoxTableRowBox. copyOf()BlockBoxTableSectionBox. copyOf()protected BlockBoxTableRowBox. getNextCollapsableSibling(BlockBox.MarginCollapseResult collapsedMargin)Methods in com.openhtmltopdf.newtable with parameters of type BlockBox Modifier and Type Method Description voidTableRowBox. initStaticPos(LayoutContext c, BlockBox parent, int childOffset) -
Uses of BlockBox in com.openhtmltopdf.render
Subclasses of BlockBox in com.openhtmltopdf.render Modifier and Type Class Description classAnonymousBlockBoxAn anonymous block box as defined in the CSS spec.classFlowingColumnBoxclassFlowingColumnContainerBoxclassMarginBoxA dummy box representing one side of the margin area of a page.classViewportBoxA dummy box representing the viewportMethods in com.openhtmltopdf.render that return BlockBox Modifier and Type Method Description BlockBoxAnonymousBlockBox. copyOf()BlockBoxBlockBox. copyOf()BlockBoxMarginBox. copyOf()BlockBoxViewportBox. copyOf()BlockBoxInlineBox. getFootnoteBody()protected BlockBoxBlockBox. getNextCollapsableSibling(BlockBox.MarginCollapseResult collapsedMargin)BlockBoxLineBox. getParent()Narrows the return type of LineBox to a BlockBox.Methods in com.openhtmltopdf.render that return types with arguments of type BlockBox Modifier and Type Method Description List<BlockBox>LineBox. getReferencedFootnoteBodies()Gets the list of footnote bodies which have calls in this line of text.Methods in com.openhtmltopdf.render with parameters of type BlockBox Modifier and Type Method Description voidLineBox. addNonFlowContent(BlockBox box)voidLineBox. addReferencedFootnoteBody(BlockBox footnoteBody)voidBlockBox. initStaticPos(LayoutContext c, BlockBox parent, int childOffset)static voidListItemPainter. paint(RenderingContext c, BlockBox box)voidInlineBox. setFootnote(BlockBox footnoteBody) -
Uses of BlockBox in com.openhtmltopdf.render.displaylist
Methods in com.openhtmltopdf.render.displaylist that return BlockBox Modifier and Type Method Description BlockBoxPaintReplacedElement. getMaster()Methods in com.openhtmltopdf.render.displaylist that return types with arguments of type BlockBox Modifier and Type Method Description List<BlockBox>PagedBoxCollector.PageResult. floats()Methods in com.openhtmltopdf.render.displaylist with parameters of type BlockBox Modifier and Type Method Description DisplayListContainer.DisplayListPageContainerDisplayListCollector. collectInlineBlock(RenderingContext c, BlockBox bb, EnumSet<DisplayListCollector.CollectFlags> noneOf, int shadowPageNo)Constructors in com.openhtmltopdf.render.displaylist with parameters of type BlockBox Constructor Description PaintReplacedElement(BlockBox master) -
Uses of BlockBox in com.openhtmltopdf.render.simplepainter
Methods in com.openhtmltopdf.render.simplepainter with parameters of type BlockBox Modifier and Type Method Description voidSimplePainter. paintAsLayer(RenderingContext c, BlockBox startingPoint) -
Uses of BlockBox in com.openhtmltopdf.simple.extend
Methods in com.openhtmltopdf.simple.extend with parameters of type BlockBox Modifier and Type Method Description ReplacedElementNoReplacedElementFactory. createReplacedElement(LayoutContext c, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight)
-