org.jfree.layouting.renderer.model.table.rows

Class AbstractRowModel

public abstract class AbstractRowModel extends Object implements TableRowModel

Creation-Date: 21.07.2006, 19:21:43

Author: Thomas Morgner

Constructor Summary
AbstractRowModel(TableSectionRenderBox tableSection)
Method Summary
voidaddRow(TableRow row)
TableRowgetRow(int i)
intgetRowCount()
TableRow[]getRows()
longgetRowSpacing()
TableSectionRenderBoxgetTableSection()

Constructor Detail

AbstractRowModel

public AbstractRowModel(TableSectionRenderBox tableSection)

Method Detail

addRow

public void addRow(TableRow row)

getRow

public TableRow getRow(int i)

getRowCount

public int getRowCount()

getRows

public TableRow[] getRows()

getRowSpacing

public long getRowSpacing()

getTableSection

public TableSectionRenderBox getTableSection()