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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidadd(List list, Comparable rowKey, Comparable columnKey)
Adds a list of values relating to one box-and-whisker entity to the table.
voidadd(BoxAndWhiskerItem item, Comparable rowKey, Comparable columnKey)
Adds a list of values relating to one Box and Whisker entity to the table.
voidclear()
Clears all data from the dataset and sends a DatasetChangeEvent to all registered listeners.
Objectclone()
Returns a clone of this dataset.
booleanequals(Object obj)
Tests this dataset for equality with an arbitrary object.
ClassgetClass()
Returns the runtime class of this Object .
intgetColumnCount()
Returns the number of columns in the table.
BoxAndWhiskerItemgetItem(int row, int column)
Return an item from within the dataset.
NumbergetMaxOutlier(int row, int column)
Returns the maximum outlier (non farout) value for an item.
NumbergetMaxOutlier(Comparable rowKey, Comparable columnKey)
Returns the maximum outlier (non farout) value 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 mean 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) value for an item.
NumbergetMinOutlier(Comparable rowKey, Comparable columnKey)
Returns the minimum outlier (non farout) value 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.
NumbergetQ1Value(int row, int column)
Returns the first quartile value.
NumbergetQ1Value(Comparable rowKey, Comparable columnKey)
Returns the first quartile value.
NumbergetQ3Value(int row, int column)
Returns the third quartile value.
NumbergetQ3Value(Comparable rowKey, Comparable columnKey)
Returns the third quartile value.
RangegetRangeBounds(boolean includeInterval)
Returns the range of the values in this dataset's range.
doublegetRangeLowerBound(boolean includeInterval)
Returns the minimum y-value in the dataset.
doublegetRangeUpperBound(boolean includeInterval)
Returns the maximum y-value in the dataset.
intgetRowCount()
Returns the number of rows in the table.
ListgetRowKeys()
Returns the row keys.
NumbergetValue(int row, int column)
Returns the value for an item.
NumbergetValue(Comparable rowKey, Comparable columnKey)
Returns the value for an item.
voidremove(Comparable rowKey, Comparable columnKey)
Removes an item from the dataset and sends a DatasetChangeEvent to all registered listeners.