Java org.jfree.data.statistics BoxAndWhiskerXYDataset fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data.statistics BoxAndWhiskerXYDataset fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.data.statistics BoxAndWhiskerXYDataset.

The text is from its open source code.

Implementation

org.jfree.data.statistics.BoxAndWhiskerXYDataset has the following implementations.
Click this link to see all its implementation.

Method

NumbergetMaxRegularValue(int series, int item)
Returns the max-value for the specified series and item.
NumbergetMinRegularValue(int series, int item)
Returns the min-value for the specified series and item.
doublegetXValue(int series, int item)
Returns the x-value for an item within a series.