org.jfree.layouting.renderer.model.table

Class TableColumnGroupNode

public class TableColumnGroupNode extends RenderBox

Creation-Date: 17.07.2006, 18:32:42

Author: Thomas Morgner

Constructor Summary
TableColumnGroupNode(BoxDefinition boxDefinition)
Method Summary
voidappyStyle(LayoutContext context, OutputProcessorMetaData metaData)
intgetColSpan()
booleanisDiscardable()
booleanisIgnorableForRendering()
If that method returns true, the element will not be used for rendering.

Constructor Detail

TableColumnGroupNode

public TableColumnGroupNode(BoxDefinition boxDefinition)

Method Detail

appyStyle

public void appyStyle(LayoutContext context, OutputProcessorMetaData metaData)

getColSpan

public int getColSpan()

isDiscardable

public boolean isDiscardable()

isIgnorableForRendering

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.

Returns: