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 TypeMethodDescriptionvoid
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 BoxModifier and TypeMethodDescriptionLayer.find
(CssContext cssCtx, int absX, int absY, boolean findAnonymous) SharedContext.getBoxById
(String id) Layer.getEnd()
FloatManager.getMaster()
Layer.getMaster()
Layer.getSelectionEnd()
Layer.getSelectionStart()
Methods in org.xhtmlrenderer.layout with parameters of type BoxModifier and TypeMethodDescriptionvoid
void
static List
InlineBoxing.calculateTextDecorations
(Box box, int baseline, FSFontMetrics fm) void
BlockFormattingContext.clear
(LayoutContext c, Box current) void
FloatManager.clear
(CssContext cssCtx, BlockFormattingContext bfc, Box box) void
BoxCollector.collect
(CssContext c, Shape clip, Layer layer, Box container, List blockContent, List inlineContent, BoxRangeLists rangeLists) VerticalAlignContext.createChild
(Box root) static StrutMetrics
InlineBoxing.createDefaultStrutMetrics
(LayoutContext c, Box container) void
Layer.ensureHasPage
(CssContext c, Box box) Layer.getFirstPage
(CssContext c, Box box) Layer.getLastPage
(CssContext c, Box box) boolean
BoxCollector.intersectsAny
(CssContext c, Shape clip, Box master) void
static int
InlineBoxing.positionHorizontally
(CssContext c, Box current, int start) void
void
void
void
Layer.setSelectionEnd
(Box selectionEnd) void
Layer.setSelectionStart
(Box selectionStart) 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 TypeClassDescriptionclass
class
class
class
-
Uses of Box in org.xhtmlrenderer.pdf
Methods in org.xhtmlrenderer.pdf that return BoxMethods in org.xhtmlrenderer.pdf with parameters of type BoxModifier and TypeMethodDescriptioncom.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
-
Uses of Box in org.xhtmlrenderer.render
Subclasses of Box in org.xhtmlrenderer.renderModifier and TypeClassDescriptionclass
An anonymous block box as defined in the CSS spec.class
A block box as defined in the CSS spec.class
ABox
which contains the portion of an inline element layed out on a single line.class
A line box contains a single line of text (or other inline content).class
A dummy box representing one side of the margin area of a page.class
A 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()
Box.getNextSibling()
Box.getParent()
Box.getPreviousSibling()
Box.getRestyleTarget()
InlineLayoutBox.getRestyleTarget()
LineBox.getRestyleTarget()
BlockBox.getStaticEquivalent()
Methods in org.xhtmlrenderer.render with parameters of type BoxModifier and TypeMethodDescriptionvoid
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
Box.removeChild
(Box target) void
InlineLayoutBox.removeChild
(Box child) void
Box.setContainingBlock
(Box containingBlock) void
void
BlockBox.setStaticEquivalent
(Box staticEquivalent) -
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 TypeMethodDescriptionvoid
DefaultFSMouseListener.onMouseOut
(BasicPanel panel, Box box) void
FSMouseListener.onMouseOut
(BasicPanel panel, Box box) Sent when the mouse leaves a Box in the render tree after entering it.void
HoverListener.onMouseOut
(BasicPanel panel, Box box) Sent when the mouse leaves a Box in the render tree after entering it.void
CursorListener.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
FSMouseListener.onMouseOver
(BasicPanel panel, Box box) Sent when the mouse moves over a Box in the render tree.void
HoverListener.onMouseOver
(BasicPanel panel, Box box) Sent when the mouse moves over a Box in the render tree.void
DefaultFSMouseListener.onMouseUp
(BasicPanel panel, Box box) void
FSMouseListener.onMouseUp
(BasicPanel panel, Box box) Sent when the mouse button is released while hovering over a Box in the render tree.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 BoxModifier and TypeMethodDescriptionstatic void
DocumentDiffTest.getDiff
(StringBuffer sb, Box box, String tab) Gets the diff attribute of the DocumentDiffTest object