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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

voidaddChangeListener(DatasetChangeListener listener)
Registers an object for notification of changes to the dataset.
intgetColumnCount()
Returns the number of columns in the table.
intgetColumnIndex(Comparable key)
Returns the column index for a given key.
ComparablegetColumnKey(int column)
Returns the column key for a given index.
ListgetColumnKeys()
Returns the column keys.
DatasetGroupgetGroup()
Returns the dataset group.
intgetRowCount()
Returns the number of rows in the table.
intgetRowIndex(Comparable key)
Returns the row index for a given key.
ComparablegetRowKey(int row)
Returns the row key for a given index.
ListgetRowKeys()
Returns the row keys.
NumbergetValue(Comparable rowKey, Comparable columnKey)
Returns the value associated with the specified keys.