Uses of Interface
org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
-
Packages that use BoxAndWhiskerCategoryDataset Package Description org.jfree.chart Core classes for JFreeChart includingJFreeChartandChartFactory.org.jfree.data.statistics Classes for representing statistical data. -
-
Uses of BoxAndWhiskerCategoryDataset in org.jfree.chart
Methods in org.jfree.chart with parameters of type BoxAndWhiskerCategoryDataset Modifier and Type Method Description static JFreeChartChartFactory. 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 aBoxAndWhiskerCategoryDataset. -
Uses of BoxAndWhiskerCategoryDataset in org.jfree.data.statistics
Classes in org.jfree.data.statistics that implement BoxAndWhiskerCategoryDataset Modifier and Type Class Description classDefaultBoxAndWhiskerCategoryDataset<R extends Comparable<R>,C extends Comparable<C>>A convenience class that provides a default implementation of theBoxAndWhiskerCategoryDatasetinterface.
-