org.jfree.layouting.renderer.model
Class SpacerRenderNode
- Cloneable
public class SpacerRenderNode
A spacer reserves space for whitespaces found in the text. When encountered
at the beginning or end of lines, it gets removed.
Spacers are always considered discardable, so when encountered alone, they
will get pruned.
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 , isDiscardable , isEmpty , isFrozen , isHibernated , isIcmMetricsFinished , isIgnorableForRendering , isOpen , normalizeAlignment , setComputedLayoutProperties , setDimension , setDirty , setHeight , setHibernated , setIcmMetricsFinished , setMajorAxis , setMaximumBoxWidth , setMinimumChunkWidth , setMinorAxis , setNext , setParent , setPosition , setPrev , setStickyMarker , setWidth , setX , setY , updateChangeTracker |
SpacerRenderNode
public SpacerRenderNode()
SpacerRenderNode
public SpacerRenderNode(long width,
long height,
boolean preserve)
isIgnorableForRendering
public boolean isIgnorableForRendering()
If that method returns true, the element will not be used for rendering.
For the purpose of computing sizes or performing the layouting (in the
validate() step), this element will treated as if it is not there.
If the element reports itself as non-empty, however, it will affect the
margin computation.
- isIgnorableForRendering in interface RenderNode