Uses of Class
org.jfree.data.statistics.HistogramType
Packages that use HistogramType
-
Uses of HistogramType in org.jfree.data.statistics
Fields in org.jfree.data.statistics declared as HistogramTypeModifier and TypeFieldDescriptionstatic final HistogramType
HistogramType.FREQUENCY
Frequency histogram.static final HistogramType
HistogramType.RELATIVE_FREQUENCY
Relative frequency.static final HistogramType
HistogramType.SCALE_AREA_TO_1
Scale area to one.Methods in org.jfree.data.statistics that return HistogramTypeMethods in org.jfree.data.statistics with parameters of type HistogramTypeModifier and TypeMethodDescriptionvoid
HistogramDataset.setType
(HistogramType type) Sets the histogram type and sends aDatasetChangeEvent
to all registered listeners.