Uses of Class
org.xhtmlrenderer.render.BlockBox
Packages that use BlockBox
Package
Description
-
Uses of BlockBox in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.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 org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return BlockBoxModifier and TypeMethodDescriptionstatic BlockBoxBoxBuilder.createRootBox(LayoutContext c, Document document) BreakAtLineContext.getBlock()FloatLayoutResult.getBlock()BoxRangeData.getBox()static BlockBoxBoxBuilder.getRunningBlock(LayoutContext c, PropertyValue value) Layer.getRunningBlock(String identifier, PageBox page, PageElementPosition which) Methods in org.xhtmlrenderer.layout with parameters of type BlockBoxModifier and TypeMethodDescriptionvoidLayer.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) 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) voidFloatManager.removeFloat(BlockBox floater) voidLayer.removeFloat(BlockBox floater) voidLayer.removeRunningBlock(BlockBox block) voidvoidConstructors in org.xhtmlrenderer.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 org.xhtmlrenderer.newtable
Subclasses of BlockBox in org.xhtmlrenderer.newtableModifier and TypeClassDescriptionclassclassclassclassMethods in org.xhtmlrenderer.newtable that return BlockBoxModifier and TypeMethodDescriptionTableBox.copyOf()TableCellBox.copyOf()TableRowBox.copyOf()TableSectionBox.copyOf()Methods in org.xhtmlrenderer.newtable with parameters of type BlockBoxModifier and TypeMethodDescriptionvoidTableRowBox.initStaticPos(LayoutContext c, BlockBox parent, int childOffset) -
Uses of BlockBox in org.xhtmlrenderer.render
Subclasses of BlockBox in org.xhtmlrenderer.renderModifier and TypeClassDescriptionfinal classAn anonymous block box as defined in the CSS spec.classA dummy box representing one side of the margin area of a page.classA dummy box representing the viewportMethods in org.xhtmlrenderer.render that return BlockBoxModifier and TypeMethodDescriptionAnonymousBlockBox.copyOf()BlockBox.copyOf()MarginBox.copyOf()ViewportBox.copyOf()Methods in org.xhtmlrenderer.render with parameters of type BlockBoxModifier and TypeMethodDescriptionvoidLineBox.addNonFlowContent(BlockBox box) voidBlockBox.initStaticPos(LayoutContext c, BlockBox parent, int childOffset) static voidListItemPainter.paint(RenderingContext c, BlockBox box) -
Uses of BlockBox in org.xhtmlrenderer.simple.extend
Methods in org.xhtmlrenderer.simple.extend with parameters of type BlockBoxModifier and TypeMethodDescriptionXhtmlForm.addComponent(Element e, LayoutContext context, BlockBox box) NoReplacedElementFactory.createReplacedElement(LayoutContext c, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) -
Uses of BlockBox in org.xhtmlrenderer.simple.extend.form
Methods in org.xhtmlrenderer.simple.extend.form that return BlockBoxMethods in org.xhtmlrenderer.simple.extend.form with parameters of type BlockBoxModifier and TypeMethodDescriptionstatic FormFieldFormFieldFactory.create(XhtmlForm form, LayoutContext context, BlockBox box) Constructors in org.xhtmlrenderer.simple.extend.form with parameters of type BlockBoxModifierConstructorDescriptionAbstractButtonField(Element e, XhtmlForm form, LayoutContext context, BlockBox box) protectedFormField(Element e, XhtmlForm form, LayoutContext context, BlockBox box) protectedInputField(Element e, XhtmlForm form, LayoutContext context, BlockBox box) -
Uses of BlockBox in org.xhtmlrenderer.swing
Methods in org.xhtmlrenderer.swing with parameters of type BlockBoxModifier and TypeMethodDescriptionSwingReplacedElementFactory.createReplacedElement(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) voidJava2DOutputDevice.paintReplacedElement(RenderingContext c, BlockBox box) -
Uses of BlockBox in org.xhtmlrenderer.test
Methods in org.xhtmlrenderer.test with parameters of type BlockBoxModifier and TypeMethodDescriptionDelegatingReplacedElementFactory.createReplacedElement(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) abstract ReplacedElementElementReplacer.replace(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) SwingImageReplacer.replace(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight)