Example usage for org.jfree.data.statistics BoxAndWhiskerCategoryDataset interface-usage

List of usage examples for org.jfree.data.statistics BoxAndWhiskerCategoryDataset interface-usage

Introduction

In this page you can find the example usage for org.jfree.data.statistics BoxAndWhiskerCategoryDataset interface-usage.

Usage

From source file org.jfree.data.statistics.DefaultBoxAndWhiskerCategoryDataset.java

/**
 * A convenience class that provides a default implementation of the
 * {@link BoxAndWhiskerCategoryDataset} interface.
 */
public class DefaultBoxAndWhiskerCategoryDataset extends AbstractDataset
        implements BoxAndWhiskerCategoryDataset, RangeInfo, PublicCloneable {