Header
And More


Uses of Class
org.jfree.data.statistics.HistogramType

Packages that use HistogramType
org.jfree.data.statistics Classes for representing statistical data. 
 

Uses of HistogramType in org.jfree.data.statistics
 

Fields in org.jfree.data.statistics declared as HistogramType
static HistogramType HistogramType.FREQUENCY
          Frequency histogram.
static HistogramType HistogramType.RELATIVE_FREQUENCY
          Relative frequency.
static HistogramType HistogramType.SCALE_AREA_TO_1
          Scale area to one.
 

Methods in org.jfree.data.statistics that return HistogramType
 HistogramType HistogramDataset.getType()
          Returns the histogram type.
 

Methods in org.jfree.data.statistics with parameters of type HistogramType
 void HistogramDataset.setType(HistogramType type)
          Sets the histogram type and sends a DatasetChangeEvent to all registered listeners.
 


Footer
And More


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