Class DefaultBoxAndWhiskerCategoryDataset

java.lang.Object
org.jfree.data.general.AbstractDataset
org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset
All Implemented Interfaces:
ObjectInputValidation, Serializable, Cloneable, CategoryDataset, Dataset, KeyedValues2D, RangeInfo, BoxAndWhiskerCategoryDataset, Values2D, org.jfree.util.PublicCloneable

public class DefaultBoxAndWhiskerCategoryDataset extends AbstractDataset implements BoxAndWhiskerCategoryDataset, RangeInfo, org.jfree.util.PublicCloneable
A convenience class that provides a default implementation of the BoxAndWhiskerCategoryDataset interface.
See Also: