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)voidLayer. addPageSequence(BlockBox start)voidLayer. addRunningBlock(BlockBox block)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 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)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()protected BlockBoxBlockBox. getNextCollapsableSibling(BlockBox.MarginCollapseResult collapsedMargin)Methods in com.openhtmltopdf.render with parameters of type BlockBox Modifier and Type Method Description voidLineBox. addNonFlowContent(BlockBox box)voidBlockBox. initStaticPos(LayoutContext c, BlockBox parent, int childOffset)static voidListItemPainter. paint(RenderingContext c, BlockBox box) -
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 FormFieldXhtmlForm. addComponent(Element e, LayoutContext context, BlockBox box)ReplacedElementNoReplacedElementFactory. createReplacedElement(LayoutContext c, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) -
Uses of BlockBox in com.openhtmltopdf.simple.extend.form
Methods in com.openhtmltopdf.simple.extend.form that return BlockBox Modifier and Type Method Description BlockBoxFormField. getBox()Methods in com.openhtmltopdf.simple.extend.form with parameters of type BlockBox Modifier and Type Method Description static FormFieldFormFieldFactory. create(XhtmlForm form, LayoutContext context, BlockBox box)Constructors in com.openhtmltopdf.simple.extend.form with parameters of type BlockBox Constructor Description AbstractButtonField(Element e, XhtmlForm form, LayoutContext context, BlockBox box)FormField(Element e, XhtmlForm form, LayoutContext context, BlockBox box)InputField(Element e, XhtmlForm form, LayoutContext context, BlockBox box) -
Uses of BlockBox in com.openhtmltopdf.swing
Methods in com.openhtmltopdf.swing with parameters of type BlockBox Modifier and Type Method Description ReplacedElementSwingReplacedElementFactory. createReplacedElement(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight)Deprecated.NOTE: Only block equivalent elements can be replaced. -
Uses of BlockBox in com.openhtmltopdf.test
Methods in com.openhtmltopdf.test with parameters of type BlockBox Modifier and Type Method Description abstract ReplacedElementElementReplacer. replace(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight)ReplacedElementSwingImageReplacer. replace(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight)