public class ParagraphRenderBox extends BlockRenderBox
HORIZONTAL_AXIS, VERTICAL_AXIS| Constructor and Description |
|---|
ParagraphRenderBox(BoxDefinition boxDefinition) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(RenderNode child) |
protected void |
addDirectly(RenderNode child) |
void |
appyStyle(LayoutContext context,
OutputProcessorMetaData metaData) |
void |
clear()
Removes all children.
|
void |
clearLayout() |
RenderNode |
derive(boolean deepDerive)
Derive creates a disconnected node that shares all the properties of the
original node.
|
RenderNode |
findNodeById(java.lang.Object instanceId) |
RenderBox |
getInsertationPoint() |
java.lang.Object |
getInstanceId()
The public-id for the paragraph is the pool-box.
|
CSSValue |
getLastLineAlignment() |
long |
getLineBoxAge() |
BlockRenderBox |
getLineboxContainer() |
long |
getMajorLayoutAge() |
long |
getMinorLayoutAge() |
InlineRenderBox |
getPool() |
CSSValue |
getTextAlignment() |
RenderNode |
hibernate()
Derive creates a disconnected node that shares all the properties of the
original node.
|
boolean |
isAppendable() |
boolean |
isDiscardable() |
boolean |
isEmpty() |
void |
setLineBoxAge(long lineBoxAge) |
void |
setMajorLayoutAge(long majorLayoutAge) |
void |
setMinorLayoutAge(long minorLayoutAge) |
addChilds, addGeneratedChild, clone, close, deriveFrozen, freeze, getBaselineInfo, getBorder, getBoxDefinition, getBoxLayoutProperties, getContentAreaX1, getContentAreaX2, getDominantBaseline, getEffectiveMarginBottom, getEffectiveMarginTop, getFirstChild, getLastChild, getLineCount, getNominalBaselineInfo, getOrphans, getOrphansSize, getPageContext, getStaticBoxLayoutProperties, getVisibleFirst, getVisibleLast, getWidows, getWidowsSize, insertAfter, insertBefore, isAvoidPagebreakInside, isOpen, isPreserveSpace, remove, replaceChild, replaceChilds, setBaselineInfo, setContentAreaX1, setContentAreaX2, setFirstChild, setLastChild, setLineCount, setOrphansSize, setPageContext, setWidowsSize, splitgetAlignmentAdjust, getAlignmentAdjustResolved, getAlignmentBaseline, getBaselineShift, getBaselineShiftResolved, getChangeTracker, getComputedLayoutProperties, getDimension, getHeight, getLayoutContext, getLogicalPage, getMajorAxis, getMaximumBoxWidth, getMinimumChunkWidth, getMinorAxis, getNamespace, getNext, getNodeLayoutProperties, getNormalFlow, 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 ParagraphRenderBox(BoxDefinition boxDefinition)
public void appyStyle(LayoutContext context, OutputProcessorMetaData metaData)
public RenderNode derive(boolean deepDerive)
public RenderNode hibernate()
public final void addChild(RenderNode child)
protected void addDirectly(RenderNode child)
public final void clearLayout()
public RenderBox getInsertationPoint()
getInsertationPoint in class RenderBoxpublic boolean isAppendable()
isAppendable in class RenderBoxpublic RenderNode findNodeById(java.lang.Object instanceId)
findNodeById in class RenderBoxpublic boolean isDiscardable()
isDiscardable in class RenderBoxpublic CSSValue getLastLineAlignment()
public CSSValue getTextAlignment()
public BlockRenderBox getLineboxContainer()
public InlineRenderBox getPool()
public long getLineBoxAge()
public void setLineBoxAge(long lineBoxAge)
public long getMinorLayoutAge()
public void setMinorLayoutAge(long minorLayoutAge)
public long getMajorLayoutAge()
public void setMajorLayoutAge(long majorLayoutAge)
public java.lang.Object getInstanceId()
getInstanceId in class RenderNode