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

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

Introduction

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

Usage

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

/**
 * A simple implementation of the {@link BoxAndWhiskerXYDataset} interface.
 * This dataset implementation can hold only one series.
 */
public class DefaultBoxAndWhiskerXYDataset extends AbstractXYDataset implements BoxAndWhiskerXYDataset, RangeInfo {