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 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
LayoutContext. addBoxId(java.lang.String id, Box box)
void
SharedContext. addBoxId(java.lang.String id, Box box)
static java.util.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, 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 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 class
TableBox
class
TableCellBox
class
TableRowBox
class
TableSectionBox
-
Uses of Box in org.xhtmlrenderer.pdf
Methods in org.xhtmlrenderer.pdf that return Box Modifier and Type Method Description Box
RadioButtonFormField. getBox()
Methods in org.xhtmlrenderer.pdf with parameters of type Box Modifier and Type Method Description 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 Modifier and Type Class Description 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
ABox
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 viewportMethods in org.xhtmlrenderer.render that return Box Modifier and Type Method Description Box
AnonymousBlockBox. find(CssContext cssCtx, int absX, int absY, boolean findAnonymous)
Box
Box. find(CssContext cssCtx, int absX, int absY, boolean findAnonymous)
Box
InlineLayoutBox. find(CssContext cssCtx, int absX, int absY, boolean findAnonymous)
Box
LineBox. 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
BlockBox. getDocumentParent()
Box
Box. getDocumentParent()
Box
Box. getNextSibling()
Box
Box. getParent()
Box
Box. getPreviousSibling()
Box
Box. getRestyleTarget()
Box
InlineLayoutBox. getRestyleTarget()
Box
LineBox. getRestyleTarget()
Box
BlockBox. getStaticEquivalent()
Methods in org.xhtmlrenderer.render with parameters of type Box Modifier and Type Method Description 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
Box. removeChild(Box target)
void
InlineLayoutBox. removeChild(Box child)
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 Modifier and Type Method Description Box
RootPanel. find(int x, int y)
Box
RootPanel. find(java.awt.event.MouseEvent e)
Box
ScalableXHTMLPanel. find(int x, int y)
Search Box according to scale factorBox
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 Modifier and Type Method Description void
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 Box Modifier and Type Method Description static void
DocumentDiffTest. getDiff(java.lang.StringBuffer sb, Box box, java.lang.String tab)
Gets the diff attribute of the DocumentDiffTest object
-