Uses of Interface
org.jfree.data.statistics.BoxAndWhiskerXYDataset
Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
org.jfree.chart.demo | |
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 JFreeChart
ChartFactory. 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.chart.demo
Methods in org.jfree.chart.demo that return BoxAndWhiskerXYDataset Modifier and Type Method Description static BoxAndWhiskerXYDataset
XYBoxAndWhiskerDemo. createSampleDataset()
Creates a sampleBoxAndWhiskerXYDataset
. -
Uses of BoxAndWhiskerXYDataset in org.jfree.data.statistics
Classes in org.jfree.data.statistics that implement BoxAndWhiskerXYDataset Modifier and Type Class Description class
DefaultBoxAndWhiskerXYDataset
A simple implementation of theBoxAndWhiskerXYDataset
.