Uses of Class
org.xhtmlrenderer.render.Box
-
Packages that use Box Package Description org.xhtmlrenderer.extend org.xhtmlrenderer.layout org.xhtmlrenderer.newtable org.xhtmlrenderer.render org.xhtmlrenderer.swing org.xhtmlrenderer.test -
-
Uses of Box in org.xhtmlrenderer.extend
Methods in org.xhtmlrenderer.extend with parameters of type Box Modifier and Type Method Description voidOutputDevice. 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 Box Modifier and Type Method Description BoxLayer. find(CssContext cssCtx, int absX, int absY, boolean findAnonymous)BoxSharedContext. getBoxById(String id)BoxLayer. getEnd()BoxFloatManager. getMaster()BoxLayer. getMaster()BoxLayer. getSelectionEnd()BoxLayer. getSelectionStart()Methods in org.xhtmlrenderer.layout that return types with arguments of type Box Modifier and Type Method Description Map<String,Box>SharedContext. getIdMap()Methods in org.xhtmlrenderer.layout with parameters of type Box Modifier and Type Method Description voidLayoutContext. addBoxId(String id, Box box)voidSharedContext. addBoxId(String id, Box box)static 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)VerticalAlignContextVerticalAlignContext. createChild(Box root)static StrutMetricsInlineBoxing. createDefaultStrutMetrics(LayoutContext c, Box container)voidLayer. ensureHasPage(CssContext c, Box box)PageBoxLayer. getFirstPage(CssContext c, Box box)PageBoxLayer. getLastPage(CssContext c, Box box)booleanBoxCollector. intersectsAny(CssContext c, Shape clip, Box master)voidFloatManager.FloatOperation. operate(Box floater)static intInlineBoxing. positionHorizontally(CssContext c, Box current, int start)voidLayoutContext. pushLayer(Box master)voidLayer. setEnd(Box end)voidFloatManager. setMaster(Box owner)voidLayer. setSelectionEnd(Box selectionEnd)voidLayer. setSelectionStart(Box selectionStart)Method parameters in org.xhtmlrenderer.layout with type arguments of type Box Modifier and Type Method Description voidBoxCollector. 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 Constructor Description Layer(Layer parent, Box master)Layer(Box master) -
Uses of Box in org.xhtmlrenderer.newtable
Subclasses of Box in org.xhtmlrenderer.newtable Modifier and Type Class Description classTableBoxclassTableCellBoxclassTableRowBoxclassTableSectionBox -
Uses of Box in org.xhtmlrenderer.render
Subclasses of Box in org.xhtmlrenderer.render Modifier and Type Class Description classAnonymousBlockBoxAn anonymous block box as defined in the CSS spec.classBlockBoxA block box as defined in the CSS spec.classInlineLayoutBoxABoxwhich contains the portion of an inline element laid out on a single line.classLineBoxA line box contains a single line of text (or other inline content).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 Box Modifier and Type Method Description BoxAnonymousBlockBox. find(CssContext cssCtx, int absX, int absY, boolean findAnonymous)BoxBox. find(CssContext cssCtx, int absX, int absY, boolean findAnonymous)BoxInlineLayoutBox. find(CssContext cssCtx, int absX, int absY, boolean findAnonymous)BoxLineBox. find(CssContext cssCtx, int absX, int absY, boolean findAnonymous)BoxRenderingContext. getBoxById(String id)BoxBox. getChild(int i)BoxBox. getContainingBlock()BoxBlockBox. getDocumentParent()BoxBox. getDocumentParent()protected BoxBox. getNext(Box child)protected BoxInlineLayoutBox. getNext(Box child)BoxBox. getNextSibling()BoxBox. getParent()protected BoxBox. getPrevious(Box child)protected BoxInlineLayoutBox. getPrevious(Box child)BoxBox. getPreviousSibling()BoxBox. getRestyleTarget()BoxInlineLayoutBox. getRestyleTarget()BoxLineBox. getRestyleTarget()BoxBlockBox. getStaticEquivalent()Methods in org.xhtmlrenderer.render that return types with arguments of type Box Modifier and Type Method Description Iterator<Box>Box. getChildIterator()Deprecated.UsegetChildren()insteadList<Box>Box. getChildren()List<Box>Box. getElementBoxes(Element elem)List<Box>InlineLayoutBox. getElementBoxes(Element elem)List<Box>InlineLayoutBox. getElementWithContent()List<Box>LineBox. getNonFlowContent()Methods in org.xhtmlrenderer.render with parameters of type Box Modifier and Type Method Description voidBox. addChild(Box child)voidBox. addChildForLayout(LayoutContext c, Box child)voidAbstractOutputDevice. drawDebugOutline(RenderingContext c, Box box, FSColor color)intBlockBox. findOffset(Box box)protected BoxBox. getNext(Box child)protected BoxInlineLayoutBox. getNext(Box child)protected 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)voidBox. setParent(Box box)voidBlockBox. setStaticEquivalent(Box staticEquivalent)Method parameters in org.xhtmlrenderer.render with type arguments of type Box Modifier and Type Method Description voidBox. 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 Box Modifier and Type Method Description BoxRootPanel. find(int x, int y)BoxRootPanel. find(MouseEvent e)BoxScalableXHTMLPanel. find(int x, int y)Search Box according to scale factorBoxRootPanel. getRootBox()BoxBoxRenderer. render()Renders the XML document if necessary and returns the root Box.Methods in org.xhtmlrenderer.swing with parameters of type Box Modifier and Type Method Description voidDefaultFSMouseListener. 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) -
Uses of Box in org.xhtmlrenderer.test
Methods in org.xhtmlrenderer.test with parameters of type Box Modifier and Type Method Description static voidDocumentDiffTest. getDiff(StringBuilder sb, Box box, String tab)Gets the diff attribute of the DocumentDiffTest object
-