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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

intgetColumnCount()
Returns the number of columns in the table.
NumbergetMaxOutlier(int row, int column)
Returns the maximum outlier (non-farout) for an item.
NumbergetMaxOutlier(Comparable rowKey, Comparable columnKey)
Returns the maximum outlier (non-farout) for an item.
NumbergetMaxRegularValue(int row, int column)
Returns the maximum regular (non-outlier) value for an item.
NumbergetMaxRegularValue(Comparable rowKey, Comparable columnKey)
Returns the maximum regular (non-outlier) value for an item.
NumbergetMeanValue(int row, int column)
Returns the mean value for an item.
NumbergetMeanValue(Comparable rowKey, Comparable columnKey)
Returns the average value for an item.
NumbergetMedianValue(int row, int column)
Returns the median value for an item.
NumbergetMedianValue(Comparable rowKey, Comparable columnKey)
Returns the median value for an item.
NumbergetMinOutlier(int row, int column)
Returns the minimum outlier (non-farout) for an item.
NumbergetMinOutlier(Comparable rowKey, Comparable columnKey)
Returns the minimum outlier (non-farout) for an item.
NumbergetMinRegularValue(int row, int column)
Returns the minimum regular (non-outlier) value for an item.
NumbergetMinRegularValue(Comparable rowKey, Comparable columnKey)
Returns the minimum regular (non-outlier) value for an item.
ListgetOutliers(int row, int column)
Returns a list of outlier values for an item.
ListgetOutliers(Comparable rowKey, Comparable columnKey)
Returns a list of outlier values for an item.
NumbergetQ1Value(int row, int column)
Returns the q1median value for an item.
NumbergetQ1Value(Comparable rowKey, Comparable columnKey)
Returns the q1median value for an item.
NumbergetQ3Value(int row, int column)
Returns the q3median value for an item.
NumbergetQ3Value(Comparable rowKey, Comparable columnKey)
Returns the q3median value for an item.
intgetRowCount()
Returns the number of rows in the table.
NumbergetValue(Comparable rowKey, Comparable columnKey)
Returns the value associated with the specified keys.