Uses of Interface
org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
Packages that use BoxAndWhiskerCategoryDataset
-
Uses of BoxAndWhiskerCategoryDataset in org.jfree.chart
Methods in org.jfree.chart with parameters of type BoxAndWhiskerCategoryDatasetModifier and TypeMethodDescriptionstatic 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 BoxAndWhiskerCategoryDatasetModifier and TypeClassDescriptionclassA convenience class that provides a default implementation of theBoxAndWhiskerCategoryDatasetinterface.