org.jfree.data.category |
A package containing the {@link org.jfree.data.category.CategoryDataset} interface and related classes.
|
Java Source File Name | Type | Comment |
CategoryDataset.java | Interface | The interface for a dataset with one or more series, and values associated
with categories. |
CategoryToPieDataset.java | Class | A
PieDataset implementation that obtains its data from one row or
column of a
CategoryDataset . |
DefaultCategoryDataset.java | Class | A default implementation of the
CategoryDataset interface. |
DefaultIntervalCategoryDataset.java | Class | A convenience class that provides a default implementation of the
IntervalCategoryDataset interface. |
IntervalCategoryDataset.java | Interface | A category dataset that defines a value range for each series/category
combination. |