Frames | No Frames |
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 | BoxAndWhiskerCalculator.calculateBoxAndWhiskerStatistics(List values) 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 | DefaultBoxAndWhiskerCategoryDataset.getItem(int row, int column) Return an item from within the dataset. |
BoxAndWhiskerItem | DefaultBoxAndWhiskerXYDataset.getItem(int series, int item) Return an item from within the dataset. |