|
|||||||||||
| 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 | |
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. |
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. |
| Methods in org.jfree.data.statistics with parameters of type BoxAndWhiskerItem | |
void |
DefaultBoxAndWhiskerXYDataset.add(java.util.Date date,
BoxAndWhiskerItem item)
Adds an item to the dataset and sends a DatasetChangeEvent to
all registered listeners. |
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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||