Header
And More


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

Packages that use BoxAndWhiskerCategoryDataset
org.jfree.chart Core classes, including JFreeChart and ChartPanel
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
static JFreeChart ChartFactory.createBoxAndWhiskerChart(java.lang.String title, java.lang.String categoryAxisLabel, java.lang.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 of BoxAndWhiskerCategoryDataset in org.jfree.data.statistics
 

Classes in org.jfree.data.statistics that implement BoxAndWhiskerCategoryDataset
 class DefaultBoxAndWhiskerCategoryDataset
          A convenience class that provides a default implementation of the BoxAndWhiskerCategoryDataset interface.
 


Footer
And More


Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.