Flying Saucer Project Release ${app.version}

Uses of Class
org.xhtmlrenderer.render.Box

Packages that use Box
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
 void OutputDevice.drawDebugOutline(RenderingContext c, Box box, FSColor color)
           
 void OutputDevice.paintBackground(RenderingContext c, Box box)
           
 void OutputDevice.paintBorder(RenderingContext c, Box box)
           
 

Uses of Box in org.xhtmlrenderer.layout
 

Methods in org.xhtmlrenderer.layout that return Box
 Box Layer.find(CssContext cssCtx, int absX, int absY, boolean findAnonymous)
           
 Box SharedContext.getBoxById(java.lang.String id)
           
 Box Layer.getEnd()
           
 Box FloatManager.getMaster()
           
 Box Layer.getMaster()
           
 Box Layer.getSelectionEnd()
           
 Box Layer.getSelectionStart()
           
 

Methods in org.xhtmlrenderer.layout with parameters of type Box
 void SharedContext.addBoxId(java.lang.String id, Box box)
           
 void LayoutContext.addBoxId(java.lang.String id, Box box)
           
static java.util.List InlineBoxing.calculateTextDecorations(Box box, int baseline, FSFontMetrics fm)
           
 void FloatManager.clear(CssContext cssCtx, BlockFormattingContext bfc, Box box)
           
 void BlockFormattingContext.clear(LayoutContext c, Box current)
           
 void BoxCollector.collect(CssContext c, java.awt.Shape clip, Layer layer, Box container, java.util.List blockContent, java.util.List inlineContent, BoxRangeLists rangeLists)
           
 VerticalAlignContext VerticalAlignContext.createChild(Box root)
           
static StrutMetrics InlineBoxing.createDefaultStrutMetrics(LayoutContext c, Box container)
           
 void Layer.ensureHasPage(CssContext c, Box box)
           
 PageBox Layer.getFirstPage(CssContext c, Box box)
           
 PageBox Layer.getLastPage(CssContext c, Box box)
           
 boolean BoxCollector.intersectsAny(CssContext c, java.awt.Shape clip, Box master)
           
 void FloatManager.FloatOperation.operate(Box floater)
           
static int InlineBoxing.positionHorizontally(CssContext c, Box current, int start)
           
 void LayoutContext.pushLayer(Box master)
           
 void Layer.setEnd(Box end)
           
 void FloatManager.setMaster(Box owner)
           
 void Layer.setSelectionEnd(Box selectionEnd)
           
 void Layer.setSelectionStart(Box selectionStart)
           
 

Constructors in org.xhtmlrenderer.layout with parameters of type Box
Layer(Box master)
           
Layer(Layer parent, Box master)
           
 

Uses of Box in org.xhtmlrenderer.newtable
 

Subclasses of Box in org.xhtmlrenderer.newtable
 class TableBox
           
 class TableCellBox
           
 class TableRowBox
           
 class TableSectionBox
           
 

Uses of Box in org.xhtmlrenderer.pdf
 

Methods in org.xhtmlrenderer.pdf that return Box
 Box RadioButtonFormField.getBox()
           
 

Methods in org.xhtmlrenderer.pdf with parameters of type Box
 com.lowagie.text.Rectangle ITextOutputDevice.createLocalTargetArea(RenderingContext c, Box box)
           
 com.lowagie.text.Rectangle ITextOutputDevice.createTargetArea(RenderingContext c, Box box)
           
 void ITextOutputDevice.finish(RenderingContext c, Box root)
           
 void ITextOutputDevice.paintBackground(RenderingContext c, Box box)
           
 void ITextOutputDevice.setRoot(Box root)
           
 

Uses of Box in org.xhtmlrenderer.render
 

Subclasses of Box in org.xhtmlrenderer.render
 class AnonymousBlockBox
          An anonymous block box as defined in the CSS spec.
 class BlockBox
          A block box as defined in the CSS spec.
 class InlineLayoutBox
          A Box which contains the portion of an inline element layed out on a single line.
 class LineBox
          A line box contains a single line of text (or other inline content).
 class MarginBox
          A dummy box representing one side of the margin area of a page.
 class ViewportBox
          A dummy box representing the viewport
 

Methods in org.xhtmlrenderer.render that return Box
 Box InlineLayoutBox.find(CssContext cssCtx, int absX, int absY, boolean findAnonymous)
           
 Box Box.find(CssContext cssCtx, int absX, int absY, boolean findAnonymous)
           
 Box LineBox.find(CssContext cssCtx, int absX, int absY, boolean findAnonymous)
           
 Box AnonymousBlockBox.find(CssContext cssCtx, int absX, int absY, boolean findAnonymous)
           
 Box RenderingContext.getBoxById(java.lang.String id)
           
 Box Box.getChild(int i)
           
 Box Box.getContainingBlock()
           
 Box Box.getDocumentParent()
           
 Box BlockBox.getDocumentParent()
           
 Box Box.getNextSibling()
           
 Box Box.getParent()
           
 Box Box.getPreviousSibling()
           
 Box InlineLayoutBox.getRestyleTarget()
           
 Box Box.getRestyleTarget()
           
 Box LineBox.getRestyleTarget()
           
 Box BlockBox.getStaticEquivalent()
           
 

Methods in org.xhtmlrenderer.render with parameters of type Box
 void Box.addChild(Box child)
           
 void Box.addChildForLayout(LayoutContext c, Box child)
           
 void AbstractOutputDevice.drawDebugOutline(RenderingContext c, Box box, FSColor color)
           
 int BlockBox.findOffset(Box box)
           
 void AbstractOutputDevice.paintBackground(RenderingContext c, Box box)
           
 void AbstractOutputDevice.paintBorder(RenderingContext c, Box box)
           
 void InlineLayoutBox.removeChild(Box child)
           
 void Box.removeChild(Box target)
           
 void Box.setContainingBlock(Box containingBlock)
           
 void Box.setParent(Box box)
           
 void BlockBox.setStaticEquivalent(Box staticEquivalent)
           
 

Uses of Box in org.xhtmlrenderer.swing
 

Methods in org.xhtmlrenderer.swing that return Box
 Box ScalableXHTMLPanel.find(int x, int y)
          Search Box according to scale factor
 Box RootPanel.find(int x, int y)
           
 Box RootPanel.find(java.awt.event.MouseEvent e)
           
 Box RootPanel.getRootBox()
           
 Box BoxRenderer.render()
          Renders the XML document if necessary and returns the root Box.
 

Methods in org.xhtmlrenderer.swing with parameters of type Box
 void FSMouseListener.onMouseOut(BasicPanel panel, Box box)
          Sent when the mouse leaves a Box in the render tree after entering it.
 void DefaultFSMouseListener.onMouseOut(BasicPanel panel, Box box)
           
 void HoverListener.onMouseOut(BasicPanel panel, Box box)
          Sent when the mouse leaves a Box in the render tree after entering it.
 void FSMouseListener.onMouseOver(BasicPanel panel, Box box)
          Sent when the mouse moves over a Box in the render tree.
 void DefaultFSMouseListener.onMouseOver(BasicPanel panel, Box box)
           
 void HoverListener.onMouseOver(BasicPanel panel, Box box)
          Sent when the mouse moves over a Box in the render tree.
 void CursorListener.onMouseOver(BasicPanel panel, Box box)
          Sent when the mouse moves over a Box in the render tree.
 void FSMouseListener.onMouseUp(BasicPanel panel, Box box)
          Sent when the mouse button is released while hovering over a Box in the render tree.
 void DefaultFSMouseListener.onMouseUp(BasicPanel panel, Box box)
           
 void LinkListener.onMouseUp(BasicPanel panel, Box box)
          Triggers the click on a box.
 void RootPanel.setRootBox(Box rootBox)
           
 

Uses of Box in org.xhtmlrenderer.test
 

Methods in org.xhtmlrenderer.test with parameters of type Box
static void DocumentDiffTest.getDiff(java.lang.StringBuffer sb, Box box, java.lang.String tab)
          Gets the diff attribute of the DocumentDiffTest object
 


Flying Saucer Project Release ${app.version}

Flying Saucer Project Home