public final class FieldsetRenderer extends BlockRenderer
Renderer.ReflowPhase| Modifier and Type | Field and Description | 
|---|---|
int | 
extraMarginTop  | 
int | 
extraPaddingTop  | 
static int | 
LEGEND_MARGIN  | 
MIN_ROW_WIDTHabb, offset, row| Constructor and Description | 
|---|
FieldsetRenderer(Element element)  | 
| Modifier and Type | Method and Description | 
|---|---|
Renderer | 
addChild(Renderer renderer)  | 
void | 
expandMarginTop(int value,
               float base)  | 
void | 
expandPaddingTop(int value,
                float base)  | 
int | 
getMinWidth(float base)  | 
RStatus | 
layout(Renderer.ReflowPhase phase)  | 
int | 
marginTop(float base)  | 
int | 
paddingTop(float base)  | 
RStatus | 
render()  | 
addAbsChild, addPositionAnchor, alignContentToPageBreaks, assignToRow, containsFloats, doesNotPrintToPage, dump, findAutoPageBreaks, findParentRenderer, getAbsHorizontalPosition, getAbsPositionedBottomEdge, getAbsVerticalPosition, getBaseline, getChildAt, getChildrenNumber, getContentHeight, getContentWidth, getDestinationRenderers, getMaxWidth, getOffsetInRow, getOuterMinWidth, getPositionAnchor, getWidth, 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, getHeight, getOuterHeight, getOuterWidth, getParentForAbs, getScrollbarWidth, getTextBaseline, hasBackground, hasBorder, hasPadding, hasPercentualWidth, hasWidthBase, horizontalExtent, isAbsPositioned, 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, waitgetHeight, getOuterHeight, getOuterWidth, isRTLpublic static final int LEGEND_MARGIN
public int extraPaddingTop
public int extraMarginTop
public FieldsetRenderer(Element element)
public Renderer addChild(Renderer renderer)
addChild in class BlockRendererpublic RStatus layout(Renderer.ReflowPhase phase) throws IOException
layout in class BlockRendererIOExceptionpublic RStatus render() throws IOException
render in class BlockRendererIOExceptionpublic int getMinWidth(float base)
                throws ForcedTerminationException
getMinWidth in class BlockRendererForcedTerminationExceptionpublic void expandPaddingTop(int value,
                             float base)
public int paddingTop(float base)
public void expandMarginTop(int value,
                            float base)
public int marginTop(float base)
Revision 4.0.15 / 20220727-0149