Java org.jfree.data.general TestIntervalCategoryDataset fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data.general TestIntervalCategoryDataset fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.data.general TestIntervalCategoryDataset.

The text is from its open source code.

Method

ListgetColumnKeys()
Returns the column keys.
ListgetRowKeys()
Returns the row keys.
NumbergetValue(int row, int column)
Returns a value from the table.
NumbergetValue(Comparable rowKey, Comparable columnKey)
Returns the value for a pair of keys.