org.jfree.layouting.renderer.model.table.rows
public abstract class AbstractRowModel extends java.lang.Object implements TableRowModel
Constructor and Description |
---|
AbstractRowModel(TableSectionRenderBox tableSection) |
Modifier and Type | Method and Description |
---|---|
void |
addRow(TableRow row) |
TableRow |
getRow(int i) |
int |
getRowCount() |
TableRow[] |
getRows() |
long |
getRowSpacing() |
TableSectionRenderBox |
getTableSection() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clear, getPreferredSize, validateActualSizes, validateSizes
public AbstractRowModel(TableSectionRenderBox tableSection)
public void addRow(TableRow row)
addRow
in interface TableRowModel
public int getRowCount()
getRowCount
in interface TableRowModel
public TableSectionRenderBox getTableSection()
getTableSection
in interface TableRowModel
public TableRow getRow(int i)
getRow
in interface TableRowModel
public TableRow[] getRows()
getRows
in interface TableRowModel
public long getRowSpacing()
getRowSpacing
in interface TableRowModel