All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
addChild(Layer layer) |
void |
addFloat(BlockBox floater,
BlockFormattingContext bfc) |
void |
addPage(CssContext c) |
void |
addPageSequence(BlockBox start) |
void |
addRunningBlock(BlockBox block) |
void |
assignPagePaintingPositions(CssContext cssCtx,
int mode,
int additionalClearance) |
void |
assignPagePaintingPositions(CssContext cssCtx,
short mode) |
boolean |
containsFixedContent() |
static PageBox |
createPageBox(CssContext c,
java.lang.String pseudoPage) |
boolean |
crossesPageBreak(LayoutContext c,
int top,
int bottom) |
void |
detach() |
void |
ensureHasPage(CssContext c,
Box box) |
Box |
find(CssContext cssCtx,
int absX,
int absY,
boolean findAnonymous) |
Layer |
findRoot() |
void |
finish(LayoutContext c) |
java.util.List |
getChildren() |
Box |
getEnd() |
PageBox |
getFirstPage(CssContext c,
Box box) |
PageBox |
getLastPage() |
PageBox |
getLastPage(CssContext c,
Box box) |
Box |
getMaster() |
int |
getMaxPageWidth(CssContext cssCtx,
int additionalClearance) |
PageBox |
getPage(CssContext c,
int yOffset) |
java.util.List |
getPages() |
java.awt.Dimension |
getPaintingDimension(LayoutContext c) |
Layer |
getParent() |
int |
getRelativePageCount(RenderingContext c) |
int |
getRelativePageNo(RenderingContext c) |
BlockBox |
getRunningBlock(java.lang.String identifer,
PageBox page,
PageElementPosition which) |
Box |
getSelectionEnd() |
int |
getSelectionEndX() |
int |
getSelectionEndY() |
Box |
getSelectionStart() |
int |
getSelectionStartX() |
int |
getSelectionStartY() |
int |
getZIndex() |
boolean |
isInline() |
boolean |
isLastPage(PageBox pageBox) |
boolean |
isRequiresLayout() |
boolean |
isRootLayer() |
boolean |
isStackingContext() |
void |
layoutPages(LayoutContext c) |
void |
paint(RenderingContext c) |
void |
paintAsLayer(RenderingContext c,
BlockBox startingPoint) |
void |
positionChildren(LayoutContext c) |
void |
removeFloat(BlockBox floater) |
void |
removeLastPage() |
void |
removeRunningBlock(BlockBox block) |
void |
setEnd(Box end) |
void |
setFixedBackground(boolean b) |
void |
setInline(boolean inline) |
void |
setPages(java.util.List pages) |
void |
setRequiresLayout(boolean requiresLayout) |
void |
setSelectionEnd(Box selectionEnd) |
void |
setSelectionEndX(int selectionEndX) |
void |
setSelectionEndY(int selectionEndY) |
void |
setSelectionStart(Box selectionStart) |
void |
setSelectionStartX(int selectionStartX) |
void |
setSelectionStartY(int selectionStartY) |
void |
setStackingContext(boolean stackingContext) |
void |
trimEmptyPages(CssContext c,
int maxYHeight) |
void |
trimPageCount(int newPageCount) |