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.void
OutputDevice.paintReplacedElement
(RenderingContext c, BlockBox box) -
Uses of BlockBox in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return BlockBoxModifier and TypeMethodDescriptionstatic BlockBox
BoxBuilder.createRootBox
(LayoutContext c, Document document) BreakAtLineContext.getBlock()
FloatLayoutResult.getBlock()
BoxRangeData.getBox()
static BlockBox
BoxBuilder.getRunningBlock
(LayoutContext c, PropertyValue value) Layer.getRunningBlock
(String identifer, PageBox page, PageElementPosition which) Methods in org.xhtmlrenderer.layout with parameters of type BlockBoxModifier and TypeMethodDescriptionvoid
Layer.addFloat
(BlockBox floater, BlockFormattingContext bfc) void
Layer.addPageSequence
(BlockBox start) void
Layer.addRunningBlock
(BlockBox block) static void
BoxBuilder.createChildren
(LayoutContext c, BlockBox parent) void
BlockFormattingContext.floatBox
(LayoutContext c, BlockBox floated) void
FloatManager.floatBox
(LayoutContext c, Layer layer, BlockFormattingContext bfc, BlockBox box) static void
LayoutUtil.layoutAbsolute
(LayoutContext c, LineBox currentLine, BlockBox box) static void
BlockBoxing.layoutContent
(LayoutContext c, BlockBox block, int contentStart) static void
InlineBoxing.layoutContent
(LayoutContext c, BlockBox box, int initialY, int breakAtLine) static FloatLayoutResult
LayoutUtil.layoutFloated
(LayoutContext c, LineBox currentLine, BlockBox block, int avail, List pendingFloats) void
Layer.paintAsLayer
(RenderingContext c, BlockBox startingPoint) void
FloatManager.removeFloat
(BlockBox floater) void
Layer.removeFloat
(BlockBox floater) void
Layer.removeRunningBlock
(BlockBox block) void
void
Constructors 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 TypeClassDescriptionclass
class
class
class
Methods 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 TypeMethodDescriptionvoid
TableRowBox.initStaticPos
(LayoutContext c, BlockBox parent, int childOffset) -
Uses of BlockBox in org.xhtmlrenderer.pdf
Methods in org.xhtmlrenderer.pdf that return BlockBoxMethods in org.xhtmlrenderer.pdf with parameters of type BlockBoxModifier and TypeMethodDescriptionITextReplacedElementFactory.createReplacedElement
(LayoutContext c, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) void
BookmarkElement.paint
(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box) void
CheckboxFormField.paint
(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box) void
ITextImageElement.paint
(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box) void
ITextReplacedElement.paint
(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box) void
RadioButtonFormField.paint
(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box) void
SelectFormField.paint
(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box) void
TextAreaFormField.paint
(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box) void
TextFormField.paint
(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box) void
ITextOutputDevice.paintReplacedElement
(RenderingContext c, BlockBox box) Constructors in org.xhtmlrenderer.pdf with parameters of type BlockBoxModifierConstructorDescriptionCheckboxFormField
(LayoutContext c, BlockBox box, int cssWidth, int cssHeight) RadioButtonFormField
(ITextReplacedElementFactory factory, LayoutContext c, BlockBox box, int cssWidth, int cssHeight) SelectFormField
(LayoutContext c, BlockBox box, int cssWidth, int cssHeight) TextAreaFormField
(LayoutContext c, BlockBox box, int cssWidth, int cssHeight) TextFormField
(LayoutContext c, BlockBox box, int cssWidth, int cssHeight) -
Uses of BlockBox in org.xhtmlrenderer.render
Subclasses of BlockBox in org.xhtmlrenderer.renderModifier and TypeClassDescriptionclass
An anonymous block box as defined in the CSS spec.class
A dummy box representing one side of the margin area of a page.class
A 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 TypeMethodDescriptionvoid
LineBox.addNonFlowContent
(BlockBox box) void
BlockBox.initStaticPos
(LayoutContext c, BlockBox parent, int childOffset) static void
ListItemPainter.paint
(RenderingContext c, 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) NOTE: Only block equivalent elements can be replaced.void
Java2DOutputDevice.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 ReplacedElement
ElementReplacer.replace
(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight) SwingImageReplacer.replace
(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight)