org.jfree.data.category

Interface CategoryDataset

public interface CategoryDataset extends KeyedValues2D, Dataset

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.

Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.