org.jfree.layouting.renderer.model.table.rows
Class AbstractRowModel
java.lang.Object
org.jfree.layouting.renderer.model.table.rows.AbstractRowModel
- All Implemented Interfaces:
- TableRowModel
- Direct Known Subclasses:
- SeparateRowModel
public abstract class AbstractRowModel
- extends java.lang.Object
- implements TableRowModel
Creation-Date: 21.07.2006, 19:21:43
- Author:
- Thomas Morgner
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractRowModel
public AbstractRowModel(TableSectionRenderBox tableSection)
addRow
public void addRow(TableRow row)
- Specified by:
addRow
in interface TableRowModel
getRowCount
public int getRowCount()
- Specified by:
getRowCount
in interface TableRowModel
getTableSection
public TableSectionRenderBox getTableSection()
- Specified by:
getTableSection
in interface TableRowModel
getRow
public TableRow getRow(int i)
- Specified by:
getRow
in interface TableRowModel
getRows
public TableRow[] getRows()
- Specified by:
getRows
in interface TableRowModel
getRowSpacing
public long getRowSpacing()
- Specified by:
getRowSpacing
in interface TableRowModel