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 BoxAndWhiskerItem
BoxAndWhiskerCalculator. 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 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.