|
JFreeChart 1.0.14-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BoxAndWhiskerItem | |
---|---|
org.jfree.data.statistics | Classes for representing statistical data. |
Uses of BoxAndWhiskerItem in org.jfree.data.statistics |
---|
Methods in org.jfree.data.statistics that return BoxAndWhiskerItem | |
---|---|
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. |
Methods in org.jfree.data.statistics with parameters of type BoxAndWhiskerItem | |
---|---|
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. |
|
JFreeChart 1.0.14-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |