org.jfree.layouting.renderer.model

Class PlaceholderRenderNode

public class PlaceholderRenderNode extends RenderNode

Creation-Date: 24.10.2006, 16:13:30

Author: Thomas Morgner

Constructor Summary
PlaceholderRenderNode()
Method Summary
booleanisDiscardable()
booleanisEmpty()
booleanisIgnorableForRendering()
If that method returns true, the element will not be used for rendering.

Constructor Detail

PlaceholderRenderNode

public PlaceholderRenderNode()

Method Detail

isDiscardable

public boolean isDiscardable()

isEmpty

public boolean isEmpty()

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.

Returns: