Uses of Class org.jfree.data.statistics.BoxAndWhiskerItem

Uses in package org.jfree.data.statistics

Methods with parameter type org.jfree.data.statistics.BoxAndWhiskerItem

void
Adds an item to the dataset.
void
DefaultBoxAndWhiskerCategoryDataset.add(BoxAndWhiskerItem item, Comparable rowKey, Comparable columnKey)
Adds a list of values relating to one Box and Whisker entity to the table.

Methods with return type org.jfree.data.statistics.BoxAndWhiskerItem

BoxAndWhiskerItem
Calculates the statistics required for a BoxAndWhiskerItem from a list of Number objects.
BoxAndWhiskerItem
BoxAndWhiskerCalculator.calculateBoxAndWhiskerStatistics(List values, boolean stripNullAndNaNItems)
Calculates the statistics required for a BoxAndWhiskerItem from a list of Number objects.
BoxAndWhiskerItem
Return an item from within the dataset.
BoxAndWhiskerItem
DefaultBoxAndWhiskerXYDataset.getItem(int series, int item)
Return an item from within the dataset.