org.jfree.data
public interface Values2D
Method Summary | |
---|---|
int | getColumnCount()
Returns the number of columns in the table.
|
int | getRowCount()
Returns the number of rows in the table.
|
Number | getValue(int row, int column)
Returns a value from the table.
|
Returns: The column count.
Returns: The row count.
Parameters: row the row index (zero-based). column the column index (zero-based).
Returns: The value (possibly null
).
Throws: IndexOutOfBoundsException if the row
or column
is out of bounds.