Package | Description |
---|---|
org.jfree.data.statistics |
Classes for representing statistical data.
|
Modifier and Type | Method and Description |
---|---|
static BoxAndWhiskerItem |
BoxAndWhiskerCalculator.calculateBoxAndWhiskerStatistics(List values)
Calculates the statistics required for a
BoxAndWhiskerItem
from a list of Number objects. |
static BoxAndWhiskerItem |
BoxAndWhiskerCalculator.calculateBoxAndWhiskerStatistics(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,
Comparable rowKey,
Comparable columnKey)
Adds a list of values relating to one Box and Whisker entity to the
table.
|
void |
DefaultBoxAndWhiskerXYDataset.add(Date date,
BoxAndWhiskerItem item)
Adds an item to the dataset and sends a
DatasetChangeEvent to
all registered listeners. |
Copyright © 2001–2017 JFree.org. All rights reserved.