Uses of Class
org.xhtmlrenderer.render.BlockBox
-
-
Uses of BlockBox in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.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 org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return BlockBox Modifier and Type Method Description static BlockBoxBoxBuilder. createRootBox(LayoutContext c, Document document)BlockBoxBreakAtLineContext. getBlock()BlockBoxFloatLayoutResult. getBlock()BlockBoxBoxRangeData. getBox()static BlockBoxBoxBuilder. getRunningBlock(LayoutContext c, PropertyValue value)BlockBoxLayer. getRunningBlock(String identifier, PageBox page, PageElementPosition which)Methods in org.xhtmlrenderer.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<FloatLayoutResult> pendingFloats)voidLayer. paintAsLayer(RenderingContext c, BlockBox startingPoint)voidFloatManager. removeFloat(BlockBox floater)voidLayer. removeFloat(BlockBox floater)voidLayer. removeRunningBlock(BlockBox block)voidFloatLayoutResult. setBlock(BlockBox block)voidBoxRangeData. setBox(BlockBox box)Constructors in org.xhtmlrenderer.layout with parameters of type BlockBox Constructor Description BlockFormattingContext(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.newtable Modifier and Type Class Description classTableBoxclassTableCellBoxclassTableRowBoxclassTableSectionBoxMethods in org.xhtmlrenderer.newtable that return BlockBox Modifier and Type Method Description BlockBoxTableBox. copyOf()BlockBoxTableCellBox. copyOf()BlockBoxTableRowBox. copyOf()BlockBoxTableSectionBox. copyOf()Methods in org.xhtmlrenderer.newtable with parameters of type BlockBox Modifier and Type Method Description voidTableRowBox. initStaticPos(LayoutContext c, BlockBox parent, int childOffset) -
Uses of BlockBox in org.xhtmlrenderer.render
Subclasses of BlockBox in org.xhtmlrenderer.render Modifier and Type Class Description classAnonymousBlockBoxAn anonymous block box as defined in the CSS spec.classMarginBoxA dummy box representing one side of the margin area of a page.classViewportBoxA dummy box representing the viewportMethods in org.xhtmlrenderer.render that return BlockBox Modifier and Type Method Description BlockBoxAnonymousBlockBox. copyOf()BlockBoxBlockBox. copyOf()BlockBoxMarginBox. copyOf()BlockBoxViewportBox. copyOf()Methods in org.xhtmlrenderer.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 org.xhtmlrenderer.simple.extend
Methods in org.xhtmlrenderer.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 org.xhtmlrenderer.simple.extend.form
Methods in org.xhtmlrenderer.simple.extend.form that return BlockBox Modifier and Type Method Description BlockBoxFormField. getBox()Methods in org.xhtmlrenderer.simple.extend.form with parameters of type BlockBox Modifier and Type Method Description static FormFieldFormFieldFactory. create(XhtmlForm form, LayoutContext context, BlockBox box)Constructors in org.xhtmlrenderer.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 org.xhtmlrenderer.swing
Methods in org.xhtmlrenderer.swing with parameters of type BlockBox Modifier and Type Method Description ReplacedElementSwingReplacedElementFactory. 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 BlockBox Modifier and Type Method Description ReplacedElementDelegatingReplacedElementFactory. createReplacedElement(LayoutContext context, BlockBox box, UserAgentCallback uac, int cssWidth, int cssHeight)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)
-