org.jfree.layouting.renderer.model
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, updateChangeTracker
public FinishedRenderNode(long layoutedWidth, long layoutedHeight, long effectiveMarginsTop, long effectiveMarginsBottom)
public boolean isDiscardable()
isDiscardable
in class RenderNode
public boolean isEmpty()
isEmpty
in class RenderNode
public long getLayoutedWidth()
public long getLayoutedHeight()
public boolean isIgnorableForRendering()
isIgnorableForRendering
in class RenderNode
public long getEffectiveMarginTop()
getEffectiveMarginTop
in class RenderNode
public long getEffectiveMarginBottom()
getEffectiveMarginBottom
in class RenderNode