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

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

Introduction

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

The text is from its open source code.

Implementation

org.jfree.data.KeyedValues2D has the following implementations.
Click this link to see all its implementation.

Method

intgetColumnCount()
Returns the number of columns in the table.
ListgetColumnKeys()
Returns the column keys.
intgetRowCount()
Returns the number of rows in the table.
ListgetRowKeys()
Returns the row keys.
NumbergetValue(Comparable rowKey, Comparable columnKey)
Returns the value associated with the specified keys.