| 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.TableCellRenderBoxpublic class TableCellRenderBoxextends BlockRenderBoxField Summary |
Fields inherited from class org.jfree.layouting.renderer.model.RenderNode | |
HORIZONTAL_AXIS, VERTICAL_AXIS | |
Constructor Summary | |
| |
| |
Method Summary | |
void |
|
RenderNode | |
int | |
int | |
Border | |
Border | |
int | |
TableRenderBox |
|
boolean | |
boolean |
|
protected CSSValue |
|
void |
|
void |
|
public int getColSpan()
public int getColumnIndex()
public int getRowSpan()
public boolean isAutoGenerated()
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:
protected CSSValue normalizeAlignment(CSSValue verticalAlignment)
- Overrides:
- normalizeAlignment in interface RenderNode
public void setColumnIndex(int columnIndex)