org.jfree.layouting.renderer.model.table.cells

Class TableCell

public abstract class TableCell extends Object

Creation-Date: 10.09.2006, 17:28:05

Author: Thomas Morgner

Constructor Summary
TableCell(int rowSpan, int colSpan)
Method Summary
intgetColSpan()
intgetRowSpan()
StringtoString()

Constructor Detail

TableCell

public TableCell(int rowSpan, int colSpan)

Method Detail

getColSpan

public int getColSpan()

getRowSpan

public int getRowSpan()

toString

public String toString()