Uses of Interface org.jfree.data.statistics.BoxAndWhiskerCategoryDataset

Uses in package org.jfree.chart

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.

Uses in package org.jfree.data.statistics

Classes implementing org.jfree.data.statistics.BoxAndWhiskerCategoryDataset

class
A convenience class that provides a default implementation of the BoxAndWhiskerCategoryDataset interface.