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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

ComparablegetColumnKey(int column)
Returns the column key for a given index.
ComparablegetRowKey(int row)
Returns the row key for a given index.
ListgetValues(int row, int column)
Returns a list (possibly empty) of the values for the specified item.
ListgetValues(Comparable rowKey, Comparable columnKey)
Returns a list (possibly empty) of the values for the specified item.