Package | Description |
---|---|
org.xhtmlrenderer.extend | |
org.xhtmlrenderer.layout | |
org.xhtmlrenderer.newtable | |
org.xhtmlrenderer.pdf | |
org.xhtmlrenderer.render | |
org.xhtmlrenderer.swing | |
org.xhtmlrenderer.test |
Modifier and Type | Method and Description |
---|---|
void |
OutputDevice.drawDebugOutline(RenderingContext c,
Box box,
FSColor color) |
void |
OutputDevice.paintBackground(RenderingContext c,
Box box) |
void |
OutputDevice.paintBorder(RenderingContext c,
Box box) |
Modifier and Type | Method and 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() |
Modifier and Type | Method and 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 |
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) |
Constructor and Description |
---|
Layer(Box master) |
Layer(Layer parent,
Box master) |
Modifier and Type | Class and Description |
---|---|
class |
TableBox |
class |
TableCellBox |
class |
TableRowBox |
class |
TableSectionBox |
Modifier and Type | Method and Description |
---|---|
Box |
RadioButtonFormField.getBox() |
Modifier and Type | Method and 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) |
Modifier and Type | Class and 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
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
|
Modifier and Type | Method and Description |
---|---|
Box |
AnonymousBlockBox.find(CssContext cssCtx,
int absX,
int absY,
boolean findAnonymous) |
Box |
LineBox.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 |
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 |
LineBox.getRestyleTarget() |
Box |
Box.getRestyleTarget() |
Box |
InlineLayoutBox.getRestyleTarget() |
Box |
BlockBox.getStaticEquivalent() |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Box |
RootPanel.find(int x,
int y) |
Box |
ScalableXHTMLPanel.find(int x,
int y)
Search Box according to scale factor
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
HoverListener.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 |
FSMouseListener.onMouseOut(BasicPanel panel,
Box box)
Sent when the mouse leaves a Box in the render tree after entering it.
|
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 |
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 |
LinkListener.onMouseUp(BasicPanel panel,
Box box)
Triggers the click on a box.
|
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 |
RootPanel.setRootBox(Box rootBox) |
Modifier and Type | Method and Description |
---|---|
static void |
DocumentDiffTest.getDiff(java.lang.StringBuffer sb,
Box box,
java.lang.String tab)
Gets the diff attribute of the DocumentDiffTest object
|