public final class AnchorRenderer extends BlockRenderer
Renderer.ReflowPhaseMIN_ROW_WIDTHabb, offset, row| Constructor and Description |
|---|
AnchorRenderer(Element element) |
| Modifier and Type | Method and Description |
|---|---|
Renderer |
addChild(Renderer renderer) |
int |
alignContentToPageBreaks(Context.PageBreakRef pbObj) |
StringBuilder |
dump(int mode,
int indent) |
RStatus |
findAutoPageBreaks(List<Context.PageBreakRef> pbreaks,
int top,
int pheight) |
int |
getAbsHorizontalPosition() |
LayoutPoint |
getAbsOffset() |
BoxRenderer |
getAbsRenderer() |
int |
getBaseline(Context context) |
int |
getHeight() |
int |
getMinWidth(float base) |
int |
getOuterHeight() |
float |
getOuterWidth() |
float |
getWidth() |
boolean |
isAbsPositioned() |
RStatus |
layout(Renderer.ReflowPhase phase) |
RStatus |
render() |
void |
setAbsRenderer(BoxRenderer absRenderer) |
addAbsChild, addPositionAnchor, assignToRow, containsFloats, doesNotPrintToPage, findParentRenderer, getAbsPositionedBottomEdge, getAbsVerticalPosition, getChildAt, getChildrenNumber, getContentHeight, getContentWidth, getDestinationRenderers, getMaxWidth, getOffsetInRow, getOuterMinWidth, getPositionAnchor, getX, isBody, isDocumentElementRenderer, isFirstRow, isLastContentPortion, isLastRow, isTheFirstRow, isUseAwt, moveChildUp, reLayout, resetLayout, resetMinWidth, setOuterWidth, setUseAwt, setX, toStringborderBottom, borderLeft, borderRight, borderTop, collapseBorders, containingBlock, createAssignedPageBreak, createAssignedPageBreak, createAssignedPageBreak, dashCalculator, expandHeight, getExtraBottomOffset, getParentForAbs, getScrollbarWidth, getTextBaseline, hasBackground, hasBorder, hasPadding, hasPercentualWidth, hasWidthBase, horizontalExtent, isAvoidPageBreak, isLastChild, isOutOfFlowPositioned, isRelPositioned, isRTL, logicalHeight, logicalMaxHeight, logicalMinHeight, marginBottom, marginLeft, marginRight, marginTop, paddingBottom, paddingLeft, paddingRight, paddingTop, setHeight, setOuterHeight, setWidth, verticalMarginExtent, verticalOffsetcleanup, getClear, getContext, getDecoration, getDisplayType, getElement, getFloat, getFontSize, getHeightObj, getLang, getMaxHeightObj, getMaxWidthObj, getMinHeightObj, getMinWidthObj, getParent, getTitle, getWidthObj, isAutoWidth, isBoxSized, isFloating, isTable, isTaggedOutput, isTBRL, setParent, updateHeightsequals, getClass, hashCode, notify, notifyAll, wait, wait, waitisRTLpublic AnchorRenderer(Element element)
public Renderer addChild(Renderer renderer)
addChild in class BlockRendererpublic RStatus layout(Renderer.ReflowPhase phase)
layout in class BlockRendererpublic RStatus render() throws IOException
render in class BlockRendererIOExceptionpublic RStatus findAutoPageBreaks(List<Context.PageBreakRef> pbreaks, int top, int pheight) throws IOException
findAutoPageBreaks in class BlockRendererIOExceptionpublic int alignContentToPageBreaks(Context.PageBreakRef pbObj) throws IOException
alignContentToPageBreaks in class BlockRendererIOExceptionpublic LayoutPoint getAbsOffset()
public BoxRenderer getAbsRenderer()
public void setAbsRenderer(BoxRenderer absRenderer)
public boolean isAbsPositioned()
isAbsPositioned in class BoxRendererpublic int getMinWidth(float base)
getMinWidth in class BlockRendererpublic float getWidth()
getWidth in interface InlineItemgetWidth in class BlockRendererpublic float getOuterWidth()
getOuterWidth in interface InlineItemgetOuterWidth in class BoxRendererpublic int getHeight()
getHeight in interface InlineItemgetHeight in class BoxRendererpublic int getBaseline(Context context)
getBaseline in interface InlineItemgetBaseline in class BlockRendererpublic int getOuterHeight()
getOuterHeight in interface InlineItemgetOuterHeight in class BoxRendererpublic int getAbsHorizontalPosition()
getAbsHorizontalPosition in class BlockRendererpublic StringBuilder dump(int mode, int indent)
dump in interface InlineItemdump in class BlockRendererRevision 4.0.15 / 20220727-0149