Uses of Class
org.jfree.data.statistics.BoxAndWhiskerItem
| Package | Description |
|---|---|
| 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 Modifier and Type Method Description static BoxAndWhiskerItemBoxAndWhiskerCalculator. calculateBoxAndWhiskerStatistics(List values)Calculates the statistics required for aBoxAndWhiskerItem.Methods in org.jfree.data.statistics with parameters of type BoxAndWhiskerItem Modifier and Type Method Description voidDefaultBoxAndWhiskerCategoryDataset. add(BoxAndWhiskerItem item, Comparable rowKey, Comparable columnKey)Adds a list of values relating to one Box and Whisker entity to the table.voidDefaultBoxAndWhiskerXYDataset. add(Date date, BoxAndWhiskerItem item)Adds an item to the dataset.