Uses of Class
com.openhtmltopdf.render.BlockBox
Packages that use BlockBox
Package
Description
-
Uses of BlockBox in com.openhtmltopdf.extend
Methods in com.openhtmltopdf.extend with parameters of type BlockBoxModifier and TypeMethodDescriptionReplacedElementFactory.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.java2d
Methods in com.openhtmltopdf.java2d with parameters of type BlockBoxModifier and TypeMethodDescriptionJava2DReplacedElementFactory.createReplacedElement(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) voidJava2DOutputDevice.finish(RenderingContext c, BlockBox _root) voidJava2DOutputDevice.paintReplacedElement(RenderingContext c, BlockBox box) void -
Uses of BlockBox in com.openhtmltopdf.layout
Methods in com.openhtmltopdf.layout that return BlockBoxModifier and TypeMethodDescriptionstatic BlockBoxBoxBuilder.createRootBox(LayoutContext c, Document document) BreakAtLineContext.getBlock()FloatLayoutResult.getBlock()BoxRangeData.getBox()FloatManager.BoxOffset.getBox()static BlockBoxBoxBuilder.getRunningBlock(LayoutContext c, PropertyValue value) Layer.getRunningBlock(String identifer, PageBox page, PageElementPosition which) Methods in com.openhtmltopdf.layout that return types with arguments of type BlockBoxMethods in com.openhtmltopdf.layout with parameters of type BlockBoxModifier and TypeMethodDescriptionvoidLayer.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) 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) voidvoidMethod parameters in com.openhtmltopdf.layout with type arguments of type BlockBoxModifier and TypeMethodDescriptionvoidFootnoteManager.removeFootnoteBodies(LayoutContext c, List<BlockBox> footnoteBodies, LineBox line) Removes footnotes.Constructors in com.openhtmltopdf.layout with parameters of type BlockBoxModifierConstructorDescriptionBlockFormattingContext(BlockBox block, LayoutContext c) 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.newtableModifier and TypeClassDescriptionclassclassclassclassMethods in com.openhtmltopdf.newtable that return BlockBoxModifier and TypeMethodDescriptionTableBox.copyOf()TableCellBox.copyOf()TableRowBox.copyOf()TableSectionBox.copyOf()protected BlockBoxTableRowBox.getNextCollapsableSibling(BlockBox.MarginCollapseResult collapsedMargin) Methods in com.openhtmltopdf.newtable with parameters of type BlockBoxModifier and TypeMethodDescriptionvoidTableRowBox.initStaticPos(LayoutContext c, BlockBox parent, int childOffset) -
Uses of BlockBox in com.openhtmltopdf.pdfboxout
Methods in com.openhtmltopdf.pdfboxout that return BlockBoxMethods in com.openhtmltopdf.pdfboxout with parameters of type BlockBoxModifier and TypeMethodDescriptionPdfBoxReplacedElementFactory.createReplacedElement(LayoutContext c, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) voidBookmarkElement.paint(RenderingContext c, PdfBoxOutputDevice outputDevice, BlockBox box) voidPdfBoxImageElement.paint(RenderingContext c, PdfBoxOutputDevice outputDevice, BlockBox box) voidPdfBoxObjectDrawerReplacedElement.paint(RenderingContext c, PdfBoxOutputDevice outputDevice, BlockBox box) voidPdfBoxPDFReplacedElement.paint(RenderingContext c, PdfBoxOutputDevice outputDevice, BlockBox box) voidPdfBoxReplacedElement.paint(RenderingContext c, PdfBoxOutputDevice outputDevice, BlockBox box) voidPdfBoxSVGReplacedElement.paint(RenderingContext c, PdfBoxOutputDevice outputDevice, BlockBox box) voidPdfBoxFastOutputDevice.paintReplacedElement(RenderingContext c, BlockBox box) voidPdfBoxOutputDevice.paintReplacedElement(RenderingContext c, BlockBox box) voidPdfBoxSlowOutputDevice.paintReplacedElement(RenderingContext c, BlockBox box) -
Uses of BlockBox in com.openhtmltopdf.render
Subclasses of BlockBox in com.openhtmltopdf.renderModifier and TypeClassDescriptionclassAn anonymous block box as defined in the CSS spec.classclassclassA dummy box representing one side of the margin area of a page.classA dummy box representing the viewportMethods in com.openhtmltopdf.render that return BlockBoxModifier and TypeMethodDescriptionAnonymousBlockBox.copyOf()BlockBox.copyOf()MarginBox.copyOf()ViewportBox.copyOf()InlineBox.getFootnoteBody()protected BlockBoxBlockBox.getNextCollapsableSibling(BlockBox.MarginCollapseResult collapsedMargin) LineBox.getParent()Narrows the return type of LineBox to a BlockBox.Methods in com.openhtmltopdf.render that return types with arguments of type BlockBoxModifier and TypeMethodDescriptionLineBox.getReferencedFootnoteBodies()Gets the list of footnote bodies which have calls in this line of text.Methods in com.openhtmltopdf.render with parameters of type BlockBoxModifier and TypeMethodDescriptionvoidLineBox.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 BlockBoxMethods in com.openhtmltopdf.render.displaylist that return types with arguments of type BlockBoxMethods in com.openhtmltopdf.render.displaylist with parameters of type BlockBoxModifier and TypeMethodDescriptionDisplayListCollector.collectInlineBlock(RenderingContext c, BlockBox bb, EnumSet<DisplayListCollector.CollectFlags> noneOf, int shadowPageNo) Constructors in com.openhtmltopdf.render.displaylist with parameters of type BlockBox -
Uses of BlockBox in com.openhtmltopdf.render.simplepainter
Methods in com.openhtmltopdf.render.simplepainter with parameters of type BlockBoxModifier and TypeMethodDescriptionvoidSimplePainter.paintAsLayer(RenderingContext c, BlockBox startingPoint) -
Uses of BlockBox in com.openhtmltopdf.simple.extend
Methods in com.openhtmltopdf.simple.extend with parameters of type BlockBoxModifier and TypeMethodDescriptionNoReplacedElementFactory.createReplacedElement(LayoutContext c, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight)