Package org.jfree.data.category
package org.jfree.data.category
A package containing the
CategoryDataset
interface and related classes.-
ClassDescriptionThe interface for a dataset with one or more series, and values associated with categories.An interface that can (optionally) be implemented by a dataset to assist in determining the minimum and maximum y-values.A
PieDataset
implementation that obtains its data from one row or column of aCategoryDataset
.A default implementation of theCategoryDataset
interface.A convenience class that provides a default implementation of theIntervalCategoryDataset
interface.A category dataset that defines a value range for each series/category combination.ACategoryDataset
implementation that presents a subset of the categories in an underlying dataset.