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

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

Introduction

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

The text is from its open source code.

Constructor

DefaultBoxAndWhiskerXYDataset(Comparable seriesKey)
Constructs a new box and whisker dataset.

Method

voidadd(Date date, BoxAndWhiskerItem item)
Adds an item to the dataset and sends a DatasetChangeEvent to all registered listeners.
Objectclone()
Returns a clone of the plot.
booleanequals(Object obj)
Tests this dataset for equality with an arbitrary object.
ClassgetClass()
Returns the runtime class of this Object .
intgetItemCount(int series)
Returns the number of items in the specified series.
NumbergetMaxOutlier(int series, int item)
Returns the maximum value which is not a farout, ie Q3 + (interquartile range * farout coefficient).
NumbergetMaxRegularValue(int series, int item)
Returns the max-value for the specified series and item.
NumbergetMeanValue(int series, int item)
Returns the mean for the specified series and item.
NumbergetMedianValue(int series, int item)
Returns the median-value for the specified series and item.
NumbergetMinOutlier(int series, int item)
Returns the minimum value which is not a farout.
NumbergetMinRegularValue(int series, int item)
Returns the min-value for the specified series and item.
NumbergetQ1Value(int series, int item)
Returns the Q1 median-value for the specified series and item.
NumbergetQ3Value(int series, int item)
Returns the Q3 median-value for the specified series and item.
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.
intgetSeriesCount()
Returns the number of series in the dataset.
NumbergetY(int series, int item)
Returns the y-value for one item in a series.