Frames | No Frames |
Methods with parameter type org.jfree.data.statistics.BoxAndWhiskerCategoryDataset | |
JFreeChart | ChartFactory.createBoxAndWhiskerChart(String title, String categoryAxisLabel, String valueAxisLabel, BoxAndWhiskerCategoryDataset dataset, boolean legend) Creates and returns a default instance of a box and whisker chart
based on data from a BoxAndWhiskerCategoryDataset . |
Classes implementing org.jfree.data.statistics.BoxAndWhiskerCategoryDataset | |
class | A convenience class that provides a default implementation of the
BoxAndWhiskerCategoryDataset interface. |