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.RenderBox
org.jfree.layouting.renderer.model.BlockRenderBox
org.jfree.layouting.renderer.model.table.TableRowRenderBox
public class TableRowRenderBox
extends BlockRenderBox
Field Summary |
Fields inherited from class org.jfree.layouting.renderer.model.RenderNode | |
HORIZONTAL_AXIS , VERTICAL_AXIS |
Constructor Summary | |
|
Method Summary | |
Object |
|
TableColumnModel | |
TableRowInfoStructure | |
TableRenderBox |
|
boolean |
|
public Object clone()
Clones this node. Be aware that cloning can get you into deep trouble, as the relations this node has may no longer be valid.
- Returns:
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: