Uses of Class
org.xhtmlrenderer.render.Box
-
Packages that use Box Package Description org.xhtmlrenderer.extend org.xhtmlrenderer.layout org.xhtmlrenderer.newtable org.xhtmlrenderer.pdf 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(java.lang.String id)BoxLayer. getEnd()BoxFloatManager. getMaster()BoxLayer. getMaster()BoxLayer. getSelectionEnd()BoxLayer. getSelectionStart()Methods in org.xhtmlrenderer.layout with parameters of type Box Modifier and Type Method Description voidLayoutContext. addBoxId(java.lang.String id, Box box)voidSharedContext. addBoxId(java.lang.String id, Box box)static java.util.ListInlineBoxing. 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, java.awt.Shape clip, Layer layer, Box container, java.util.List blockContent, java.util.List 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, java.awt.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)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.pdf
Methods in org.xhtmlrenderer.pdf that return Box Modifier and Type Method Description BoxRadioButtonFormField. getBox()Methods in org.xhtmlrenderer.pdf with parameters of type Box Modifier and Type Method Description com.lowagie.text.RectangleITextOutputDevice. createLocalTargetArea(RenderingContext c, Box box)com.lowagie.text.RectangleITextOutputDevice. createTargetArea(RenderingContext c, Box box)voidITextOutputDevice. finish(RenderingContext c, Box root)voidITextOutputDevice. paintBackground(RenderingContext c, Box box)voidITextOutputDevice. setRoot(Box root) -
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 layed 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(java.lang.String id)BoxBox. getChild(int i)BoxBox. getContainingBlock()BoxBlockBox. getDocumentParent()BoxBox. getDocumentParent()BoxBox. getNextSibling()BoxBox. getParent()BoxBox. getPreviousSibling()BoxBox. getRestyleTarget()BoxInlineLayoutBox. getRestyleTarget()BoxLineBox. getRestyleTarget()BoxBlockBox. getStaticEquivalent()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)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) -
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(java.awt.event.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)Sent when the mouse leaves a Box in the render tree after entering it.voidCursorListener. onMouseOver(BasicPanel panel, Box box)Sent when the mouse moves over a Box in the render tree.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)Sent when the mouse moves over a Box in the render tree.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(java.lang.StringBuffer sb, Box box, java.lang.String tab)Gets the diff attribute of the DocumentDiffTest object
-