Example usage for Java org.jfree.data.general TestIntervalCategoryDataset fields, constructors, methods, implement or subclass
The text is from its open source code.
List | getColumnKeys() Returns the column keys. |
List | getRowKeys() Returns the row keys. |
Number | getValue(int row, int column) Returns a value from the table. |
Number | getValue(Comparable rowKey, Comparable columnKey) Returns the value for a pair of keys. |