Uses of Interface
org.jfree.data.statistics.BoxAndWhiskerXYDataset
-
Packages that use BoxAndWhiskerXYDataset Package Description org.jfree.chart Core classes for JFreeChart includingJFreeChartandChartFactory.org.jfree.data.statistics Classes for representing statistical data. -
-
Uses of BoxAndWhiskerXYDataset in org.jfree.chart
Methods in org.jfree.chart with parameters of type BoxAndWhiskerXYDataset Modifier and Type Method Description static JFreeChartChartFactory. createBoxAndWhiskerChart(String title, String timeAxisLabel, String valueAxisLabel, BoxAndWhiskerXYDataset dataset, boolean legend)Creates and returns a default instance of a box and whisker chart. -
Uses of BoxAndWhiskerXYDataset in org.jfree.data.statistics
Classes in org.jfree.data.statistics that implement BoxAndWhiskerXYDataset Modifier and Type Class Description classDefaultBoxAndWhiskerXYDataset<S extends Comparable<S>>A simple implementation of theBoxAndWhiskerXYDatasetinterface.
-