| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.jfree.layouting.renderer.model.RenderNodeorg.jfree.layouting.renderer.model.RenderBoxorg.jfree.layouting.renderer.model.BlockRenderBoxorg.jfree.layouting.renderer.model.table.TableRowRenderBoxpublic class TableRowRenderBoxextends BlockRenderBoxField 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: