|
Header
|
|||||||||
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(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 |
DefaultBoxAndWhiskerCategoryDataset.getItem(int row,
int column)
Return an item from within the dataset. |
BoxAndWhiskerItem |
DefaultBoxAndWhiskerXYDataset.getItem(int series,
int item)
Return an item from within the dataset. |
Methods in org.jfree.data.statistics with parameters of type BoxAndWhiskerItem | |
---|---|
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. |
|
Footer
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |