| org.jfree.data.Values2D |
A general purpose interface that can be used to access a table of values.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the number of columns in the table.
| |||||||||||
Returns the number of rows in the table.
| |||||||||||
Returns a value from the table.
| |||||||||||
Returns the number of columns in the table.
Returns the number of rows in the table.
Returns a value from the table.
| row | the row index (zero-based). |
|---|---|
| column | the column index (zero-based). |
null).| IndexOutOfBoundsException | if the row
or column is out of bounds.
|
|---|