public class HrRenderer extends BoxRenderer implements InlineItem
Renderer.ReflowPhase| Modifier and Type | Field and Description |
|---|---|
int |
baseline |
float |
x |
abb, offset, row| Constructor and Description |
|---|
HrRenderer(Element element) |
| Modifier and Type | Method and Description |
|---|---|
Renderer |
addChild(Renderer renderer) |
void |
assignToRow(RowRenderer row) |
StringBuilder |
dump(int mode,
int indent) |
int |
getBaseline(Context context) |
int |
getChildrenNumber() |
int |
getMaxWidth(float base) |
int |
getMinWidth(float base) |
float |
getWidth() |
float |
getX() |
RStatus |
layout(Renderer.ReflowPhase phase) |
RStatus |
render() |
void |
setX(float x) |
String |
toString() |
addAbsChild, alignContentToPageBreaks, borderBottom, borderLeft, borderRight, borderTop, collapseBorders, containingBlock, createAssignedPageBreak, createAssignedPageBreak, createAssignedPageBreak, dashCalculator, expandHeight, findAutoPageBreaks, findParentRenderer, getAbsHorizontalPosition, getAbsVerticalPosition, getChildAt, getContentHeight, getContentWidth, getExtraBottomOffset, getHeight, getOffsetInRow, getOuterHeight, getOuterWidth, getParentForAbs, getScrollbarWidth, getTextBaseline, hasBackground, hasBorder, hasPadding, hasPercentualWidth, hasWidthBase, horizontalExtent, isAbsPositioned, isAvoidPageBreak, isLastChild, isOutOfFlowPositioned, isRelPositioned, isRTL, logicalHeight, logicalMaxHeight, logicalMinHeight, marginBottom, marginLeft, marginRight, marginTop, moveChildUp, paddingBottom, paddingLeft, paddingRight, paddingTop, resetLayout, resetMinWidth, setHeight, setOuterHeight, setOuterWidth, setWidth, verticalMarginExtent, verticalOffsetcleanup, doesNotPrintToPage, getAbsPositionedBottomEdge, getClear, getContext, getDecoration, getDestinationRenderers, getDisplayType, getElement, getFloat, getFontSize, getHeightObj, getLang, getMaxHeightObj, getMaxWidthObj, getMinHeightObj, getMinWidthObj, getOuterMinWidth, getParent, getTitle, getWidthObj, isAutoWidth, isBody, isBoxSized, isFloating, isTable, isTaggedOutput, isTBRL, isUseAwt, reLayout, setParent, setUseAwt, updateHeightsequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetHeight, getOuterHeight, getOuterWidth, isRTLpublic HrRenderer(Element element)
public RStatus layout(Renderer.ReflowPhase phase)
layout in class BoxRendererpublic float getX()
getX in interface InlineItemgetX in class Rendererpublic int getBaseline(Context context)
getBaseline in interface InlineItempublic float getWidth()
getWidth in interface InlineItempublic int getMinWidth(float base)
throws ForcedTerminationException
getMinWidth in class RendererForcedTerminationExceptionpublic int getMaxWidth(float base)
throws ForcedTerminationException
getMaxWidth in class RendererForcedTerminationExceptionpublic StringBuilder dump(int mode, int indent)
dump in interface InlineItemdump in class Rendererpublic Renderer addChild(Renderer renderer)
addChild in class BoxRendererpublic int getChildrenNumber()
getChildrenNumber in class BoxRendererpublic void setX(float x)
setX in interface InlineItempublic void assignToRow(RowRenderer row)
assignToRow in interface InlineItemRevision 4.0.15 / 20220727-0149