Uses of Class
org.xhtmlrenderer.render.Box
Packages that use Box
Package
Description
-
Uses of Box in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend with parameters of type BoxModifier and TypeMethodDescriptionvoidOutputDevice.drawDebugOutline(RenderingContext c, Box box, FSColor color) voidOutputDevice.paintBackground(RenderingContext c, Box box) voidOutputDevice.paintBorder(RenderingContext c, Box box) -
Uses of Box in org.xhtmlrenderer.layout
Methods in org.xhtmlrenderer.layout that return BoxModifier and TypeMethodDescriptionLayer.find(CssContext cssCtx, int absX, int absY, boolean findAnonymous) SharedContext.getBoxById(String id) Layer.getEnd()FloatManager.getMaster()Layer.getMaster()Methods in org.xhtmlrenderer.layout that return types with arguments of type BoxMethods in org.xhtmlrenderer.layout with parameters of type BoxModifier and TypeMethodDescriptionvoidvoidstatic List<TextDecoration>InlineBoxing.calculateTextDecorations(Box box, int baseline, FSFontMetrics fm) voidBlockFormattingContext.clear(LayoutContext c, Box current) voidFloatManager.clear(CssContext cssCtx, BlockFormattingContext bfc, Box box) voidBoxCollector.collect(CssContext c, Shape clip, Layer layer, Box container, List<Box> blockContent, List<Box> inlineContent, BoxRangeLists rangeLists) VerticalAlignContext.createChild(Box root) static StrutMetricsInlineBoxing.createDefaultStrutMetrics(LayoutContext c, Box container) voidLayer.ensureHasPage(CssContext c, Box box) Layer.getFirstPage(CssContext c, Box box) Layer.getLastPage(CssContext c, Box box) booleanBoxCollector.intersectsAny(CssContext c, Shape clip, Box master) voidstatic intInlineBoxing.positionHorizontally(CssContext c, Box current, int start) voidvoidvoidMethod parameters in org.xhtmlrenderer.layout with type arguments of type BoxModifier and TypeMethodDescriptionvoidBoxCollector.collect(CssContext c, Shape clip, Layer layer, List<Box> blockContent, List<Box> inlineContent, BoxRangeLists rangeLists) voidBoxCollector.collect(CssContext c, Shape clip, Layer layer, Box container, List<Box> blockContent, List<Box> inlineContent, BoxRangeLists rangeLists) Constructors in org.xhtmlrenderer.layout with parameters of type Box -
Uses of Box in org.xhtmlrenderer.newtable
Subclasses of Box in org.xhtmlrenderer.newtableModifier and TypeClassDescriptionclassclassclassclass -
Uses of Box in org.xhtmlrenderer.render
Subclasses of Box in org.xhtmlrenderer.renderModifier and TypeClassDescriptionfinal classAn anonymous block box as defined in the CSS spec.classA block box as defined in the CSS spec.final classABoxwhich contains the portion of an inline element laid out on a single line.classA line box contains a single line of text (or other inline content).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 BoxModifier and TypeMethodDescriptionAnonymousBlockBox.find(CssContext cssCtx, int absX, int absY, boolean findAnonymous) Box.find(CssContext cssCtx, int absX, int absY, boolean findAnonymous) InlineLayoutBox.find(CssContext cssCtx, int absX, int absY, boolean findAnonymous) LineBox.find(CssContext cssCtx, int absX, int absY, boolean findAnonymous) RenderingContext.getBoxById(String id) Box.getChild(int i) Box.getContainingBlock()BlockBox.getDocumentParent()Box.getDocumentParent()protected Boxprotected BoxBox.getNextSibling()Box.getParent()protected BoxBox.getPrevious(Box child) protected BoxInlineLayoutBox.getPrevious(Box child) Box.getPreviousSibling()Box.getRestyleTarget()InlineLayoutBox.getRestyleTarget()LineBox.getRestyleTarget()BlockBox.getStaticEquivalent()Methods in org.xhtmlrenderer.render that return types with arguments of type BoxModifier and TypeMethodDescriptionBox.getChildren()Box.getElementBoxes(Element elem) InlineLayoutBox.getElementBoxes(Element elem) InlineLayoutBox.getElementWithContent()LineBox.getNonFlowContent()Methods in org.xhtmlrenderer.render with parameters of type BoxModifier and TypeMethodDescriptionvoidvoidBox.addChildForLayout(LayoutContext c, Box child) voidAbstractOutputDevice.drawDebugOutline(RenderingContext c, Box box, FSColor color) intBlockBox.findOffset(Box box) protected Boxprotected Boxprotected BoxBox.getPrevious(Box child) protected BoxInlineLayoutBox.getPrevious(Box child) voidAbstractOutputDevice.paintBackground(RenderingContext c, Box box) voidAbstractOutputDevice.paintBorder(RenderingContext c, Box box) voidBox.removeChild(Box target) voidInlineLayoutBox.removeChild(Box child) voidBox.setContainingBlock(Box containingBlock) voidvoidBlockBox.setStaticEquivalent(Box staticEquivalent) Method parameters in org.xhtmlrenderer.render with type arguments of type BoxModifier and TypeMethodDescriptionvoidBox.addAllChildren(List<Box> children) voidInlineLayoutBox.addAllChildren(List<Box> list, Layer layer) voidLineBox.addAllChildren(List<Box> list, Layer layer) voidBox.clearSelection(List<Box> modified) voidInlineLayoutBox.clearSelection(List<Box> modified) voidLineBox.clearSelection(List<Box> modified) protected voidBox.dumpBoxes(LayoutContext c, String indent, List<Box> boxes, int which, StringBuilder result) -
Uses of Box in org.xhtmlrenderer.swing
Methods in org.xhtmlrenderer.swing that return BoxModifier and TypeMethodDescriptionRootPanel.find(int x, int y) RootPanel.find(MouseEvent e) ScalableXHTMLPanel.find(int x, int y) Search Box according to scale factorRootPanel.getRootBox()BoxRenderer.render()Renders the XML document if necessary and returns the root Box.Methods in org.xhtmlrenderer.swing with parameters of type BoxModifier and TypeMethodDescriptionvoidDefaultFSMouseListener.onMouseOut(BasicPanel panel, Box box) voidFSMouseListener.onMouseOut(BasicPanel panel, Box box) Sent when the mouse leaves a Box in the render tree after entering it.voidHoverListener.onMouseOut(BasicPanel panel, Box box) voidCursorListener.onMouseOver(BasicPanel panel, Box box) voidDefaultFSMouseListener.onMouseOver(BasicPanel panel, Box box) voidFSMouseListener.onMouseOver(BasicPanel panel, Box box) Sent when the mouse moves over a Box in the render tree.voidHoverListener.onMouseOver(BasicPanel panel, Box box) voidDefaultFSMouseListener.onMouseUp(BasicPanel panel, Box box) voidFSMouseListener.onMouseUp(BasicPanel panel, Box box) Sent when the mouse button is released while hovering over a Box in the render tree.voidLinkListener.onMouseUp(BasicPanel panel, Box box) Triggers the click on a box.voidRootPanel.setRootBox(Box rootBox)