Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jfree.layouting.renderer.model.RenderNode
org.jfree.layouting.renderer.model.PlaceholderRenderNode
public class PlaceholderRenderNode
extends RenderNode
Field Summary |
Fields inherited from class org.jfree.layouting.renderer.model.RenderNode | |
HORIZONTAL_AXIS , VERTICAL_AXIS |
Constructor Summary | |
Method Summary | |
boolean | |
boolean |
|
boolean |
|
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.
- Overrides:
- isIgnorableForRendering in interface RenderNode
- Returns: