Module org.jfree.chart
Package org.jfree.data.category
A package containing the
CategoryDataset interface and related classes.-
Interface Summary Interface Description CategoryDataset<R extends Comparable<R>,C extends Comparable<C>> The interface for a dataset with one or more series, and values associated with categories.CategoryRangeInfo An interface that can (optionally) be implemented by a dataset to assist in determining the minimum and maximum y-values.IntervalCategoryDataset<R extends Comparable<R>,C extends Comparable<C>> A category dataset that defines a value range for each series/category combination. -
Class Summary Class Description CategoryToPieDataset APieDatasetimplementation that obtains its data from one row or column of aCategoryDataset.DefaultCategoryDataset<R extends Comparable<R>,C extends Comparable<C>> A default implementation of theCategoryDatasetinterface.DefaultIntervalCategoryDataset A convenience class that provides a default implementation of theIntervalCategoryDatasetinterface.SlidingCategoryDataset<R extends Comparable<R>,C extends Comparable<C>> ACategoryDatasetimplementation that presents a subset of the categories in an underlying dataset.