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

Constructor Summary
TableColumnNode(BoxDefinition definition)
TableColumnNode(BoxDefinition definition, LayoutContext context)
Method Summary
BoxDefinitiongetBoxDefinition()
intgetColspan()

Constructor Detail

TableColumnNode

public TableColumnNode(BoxDefinition definition)

TableColumnNode

public TableColumnNode(BoxDefinition definition, LayoutContext context)

Method Detail

getBoxDefinition

public BoxDefinition getBoxDefinition()

getColspan

public int getColspan()