Uses of Class
org.jfree.data.statistics.BoxAndWhiskerItem
-
Uses of BoxAndWhiskerItem in org.jfree.data.statistics
Modifier and TypeMethodDescriptionstatic BoxAndWhiskerItem
BoxAndWhiskerCalculator.calculateBoxAndWhiskerStatistics
(List values) Calculates the statistics required for aBoxAndWhiskerItem
from a list ofNumber
objects.static BoxAndWhiskerItem
BoxAndWhiskerCalculator.calculateBoxAndWhiskerStatistics
(List values, boolean stripNullAndNaNItems) Calculates the statistics required for aBoxAndWhiskerItem
from a list ofNumber
objects.DefaultBoxAndWhiskerCategoryDataset.getItem
(int row, int column) Return an item from within the dataset.DefaultBoxAndWhiskerXYDataset.getItem
(int series, int item) Return an item from within the dataset.Modifier and TypeMethodDescriptionvoid
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 aDatasetChangeEvent
to all registered listeners.