Package | Description |
---|---|
org.jfree.data.statistics |
Classes for representing statistical data.
|
Modifier and Type | Method and Description |
---|---|
static BoxAndWhiskerItem |
BoxAndWhiskerCalculator.calculateBoxAndWhiskerStatistics(java.util.List values)
Calculates the statistics required for a
BoxAndWhiskerItem
from a list of Number objects. |
static BoxAndWhiskerItem |
BoxAndWhiskerCalculator.calculateBoxAndWhiskerStatistics(java.util.List values,
boolean stripNullAndNaNItems)
Calculates the statistics required for a
BoxAndWhiskerItem
from a list of Number objects. |
BoxAndWhiskerItem |
DefaultBoxAndWhiskerXYDataset.getItem(int series,
int item)
Return an item from within the dataset.
|
BoxAndWhiskerItem |
DefaultBoxAndWhiskerCategoryDataset.getItem(int row,
int column)
Return an item from within the dataset.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultBoxAndWhiskerCategoryDataset.add(BoxAndWhiskerItem item,
java.lang.Comparable rowKey,
java.lang.Comparable columnKey)
Adds a list of values relating to one Box and Whisker entity to the
table.
|
void |
DefaultBoxAndWhiskerXYDataset.add(java.util.Date date,
BoxAndWhiskerItem item)
Adds an item to the dataset and sends a
DatasetChangeEvent to
all registered listeners. |