org.jfree.layouting.renderer.model.table
Class TableColumnNode
public
class
TableColumnNode
extends SpacerRenderNode
A table column defines a limited set of style properties, which may be
applied to the cells.
Border, if the border-model is the collapsing border model. Background, if
both cell and row have a transparent background Width, is a minimum width. If
the cell exceeds that size, the table cannot be rendered in incremental mode
anymore. We may have to use the validation run to check for that rule.
Visiblity, if set to collapse, the column will not be rendered. Not yet.
Author: Thomas Morgner
public int getColspan()