public class NormalFlowRenderBox extends BlockRenderBox
HORIZONTAL_AXIS, VERTICAL_AXIS| Constructor and Description |
|---|
NormalFlowRenderBox(BoxDefinition boxDefinition) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(RenderNode child) |
void |
addFlow(NormalFlowRenderBox flow) |
void |
appyStyle(LayoutContext context,
OutputProcessorMetaData metaData) |
RenderNode |
derive(boolean deepDerive)
Derive creates a disconnected node that shares all the properties of the
original node.
|
RenderNode |
deriveFrozen(boolean deepDerive)
Derive creates a disconnected node that shares all the properties of the
original node.
|
RenderNode |
findNodeById(java.lang.Object instanceId) |
NormalFlowRenderBox |
getFlow(int i) |
int |
getFlowCount() |
NormalFlowRenderBox[] |
getFlows() |
RenderBox |
getInsertationPoint() |
NormalFlowRenderBox |
getNormalFlow() |
PlaceholderRenderNode |
getPlaceHolder() |
RenderNode |
hibernate()
Derive creates a disconnected node that shares all the properties of the
original node.
|
addChilds, addGeneratedChild, clear, clone, close, freeze, getBaselineInfo, getBorder, getBoxDefinition, getBoxLayoutProperties, getContentAreaX1, getContentAreaX2, getDominantBaseline, getEffectiveMarginBottom, getEffectiveMarginTop, getFirstChild, getLastChild, getLineCount, getNominalBaselineInfo, getOrphans, getOrphansSize, getPageContext, getStaticBoxLayoutProperties, getVisibleFirst, getVisibleLast, getWidows, getWidowsSize, insertAfter, insertBefore, isAppendable, isAvoidPagebreakInside, isDiscardable, isEmpty, isOpen, isPreserveSpace, remove, replaceChild, replaceChilds, setBaselineInfo, setContentAreaX1, setContentAreaX2, setFirstChild, setLastChild, setLineCount, setOrphansSize, setPageContext, setWidowsSize, splitgetAlignmentAdjust, getAlignmentAdjustResolved, getAlignmentBaseline, getBaselineShift, getBaselineShiftResolved, getChangeTracker, getComputedLayoutProperties, getDimension, getHeight, getInstanceId, getLayoutContext, getLogicalPage, getMajorAxis, getMaximumBoxWidth, getMinimumChunkWidth, getMinorAxis, getNamespace, getNext, getNodeLayoutProperties, getParent, getParentBlockContext, getPosition, getPrev, getStickyMarker, getTagName, getVerticalAlignment, getVisibleNext, getVisiblePrev, getWidth, getX, getY, isDirectionLTR, isDirty, isFrozen, isHibernated, isIcmMetricsFinished, isIgnorableForRendering, normalizeAlignment, setComputedLayoutProperties, setDimension, setDirty, setHeight, setHibernated, setIcmMetricsFinished, setMajorAxis, setMaximumBoxWidth, setMinimumChunkWidth, setMinorAxis, setNext, setParent, setPosition, setPrev, setStickyMarker, setWidth, setX, setY, updateChangeTrackerpublic NormalFlowRenderBox(BoxDefinition boxDefinition)
public void appyStyle(LayoutContext context, OutputProcessorMetaData metaData)
public PlaceholderRenderNode getPlaceHolder()
public void addChild(RenderNode child)
public void addFlow(NormalFlowRenderBox flow)
public NormalFlowRenderBox[] getFlows()
public NormalFlowRenderBox getFlow(int i)
public int getFlowCount()
public RenderNode hibernate()
public RenderNode derive(boolean deepDerive)
public RenderNode deriveFrozen(boolean deepDerive)
deriveFrozen in class RenderBoxpublic RenderBox getInsertationPoint()
getInsertationPoint in class RenderBoxpublic NormalFlowRenderBox getNormalFlow()
getNormalFlow in class RenderNodepublic RenderNode findNodeById(java.lang.Object instanceId)
findNodeById in class RenderBox