public class FinishedRenderNode extends RenderNode
HORIZONTAL_AXIS, VERTICAL_AXIS| Constructor and Description |
|---|
FinishedRenderNode(long layoutedWidth,
long layoutedHeight,
long effectiveMarginsTop,
long effectiveMarginsBottom) |
| Modifier and Type | Method and Description |
|---|---|
long |
getEffectiveMarginBottom() |
long |
getEffectiveMarginTop() |
long |
getLayoutedHeight() |
long |
getLayoutedWidth() |
boolean |
isDiscardable() |
boolean |
isEmpty() |
boolean |
isIgnorableForRendering()
If that method returns true, the element will not be used for rendering.
|
appyStyle, clone, derive, deriveFrozen, findNodeById, freeze, getAlignmentAdjust, getAlignmentAdjustResolved, getAlignmentBaseline, getBaselineShift, getBaselineShiftResolved, getChangeTracker, getComputedLayoutProperties, getDimension, getHeight, getInstanceId, getLayoutContext, getLogicalPage, getMajorAxis, getMaximumBoxWidth, getMinimumChunkWidth, getMinorAxis, getNamespace, getNext, getNodeLayoutProperties, getNormalFlow, getPageContext, getParent, getParentBlockContext, getPosition, getPrev, getStickyMarker, getTagName, getVerticalAlignment, getVisibleNext, getVisiblePrev, getWidth, getX, getY, hibernate, isDirectionLTR, isDirty, isFrozen, isHibernated, isIcmMetricsFinished, isOpen, normalizeAlignment, setComputedLayoutProperties, setDimension, setDirty, setHeight, setHibernated, setIcmMetricsFinished, setMajorAxis, setMaximumBoxWidth, setMinimumChunkWidth, setMinorAxis, setNext, setParent, setPosition, setPrev, setStickyMarker, setWidth, setX, setY, updateChangeTrackerpublic FinishedRenderNode(long layoutedWidth,
long layoutedHeight,
long effectiveMarginsTop,
long effectiveMarginsBottom)
public boolean isDiscardable()
isDiscardable in class RenderNodepublic boolean isEmpty()
isEmpty in class RenderNodepublic long getLayoutedWidth()
public long getLayoutedHeight()
public boolean isIgnorableForRendering()
isIgnorableForRendering in class RenderNodepublic long getEffectiveMarginTop()
getEffectiveMarginTop in class RenderNodepublic long getEffectiveMarginBottom()
getEffectiveMarginBottom in class RenderNode