org.jfree.layouting.renderer.model
public class SpacerRenderNode extends RenderNode
HORIZONTAL_AXIS, VERTICAL_AXIS
Constructor and Description |
---|
SpacerRenderNode() |
SpacerRenderNode(long width,
long height,
boolean preserve) |
Modifier and Type | Method and Description |
---|---|
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, getEffectiveMarginBottom, getEffectiveMarginTop, 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 SpacerRenderNode()
public SpacerRenderNode(long width, long height, boolean preserve)
public boolean isEmpty()
isEmpty
in class RenderNode
public boolean isDiscardable()
isDiscardable
in class RenderNode
public boolean isIgnorableForRendering()
isIgnorableForRendering
in class RenderNode