Uses of Class
org.jfree.data.statistics.BoxAndWhiskerItem
-
Packages that use 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<? extends Number> values)Calculates the statistics required for aBoxAndWhiskerItemfrom a list ofNumberobjects.static BoxAndWhiskerItemBoxAndWhiskerCalculator. calculateBoxAndWhiskerStatistics(List<? extends Number> values, boolean stripNullAndNaNItems)Calculates the statistics required for aBoxAndWhiskerItemfrom a list ofNumberobjects.BoxAndWhiskerItemDefaultBoxAndWhiskerCategoryDataset. getItem(int row, int column)Return an item from within the dataset.BoxAndWhiskerItemDefaultBoxAndWhiskerXYDataset. getItem(int series, int item)Return an item from within the dataset.Methods in org.jfree.data.statistics with parameters of type BoxAndWhiskerItem Modifier and Type Method Description voidDefaultBoxAndWhiskerCategoryDataset. add(BoxAndWhiskerItem item, R rowKey, C 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 and sends aDatasetChangeEventto all registered listeners.
-