public interface

CategoryDataset

implements KeyedValues2D Dataset
org.jfree.data.category.CategoryDataset
Known Indirect Subclasses

Class Overview

The interface for a dataset with one or more series, and values associated with categories.

The categories are represented by Comparable instance, with the category label being provided by the toString method.

Summary

[Expand]
Inherited Methods
From interface org.jfree.data.KeyedValues2D
From interface org.jfree.data.Values2D
From interface org.jfree.data.general.Dataset