Uses of Class
org.jfree.data.statistics.HistogramType
-
Packages that use HistogramType Package Description 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 Modifier and Type Field Description static HistogramType
HistogramType. FREQUENCY
Frequency histogram.static HistogramType
HistogramType. RELATIVE_FREQUENCY
Relative frequency.static HistogramType
HistogramType. SCALE_AREA_TO_1
Scale area to one.private HistogramType
HistogramDataset. type
The histogram type.Methods in org.jfree.data.statistics that return HistogramType Modifier and Type Method Description HistogramType
HistogramDataset. getType()
Returns the histogram type.Methods in org.jfree.data.statistics with parameters of type HistogramType Modifier and Type Method Description void
HistogramDataset. setType(HistogramType type)
Sets the histogram type and sends aDatasetChangeEvent
to all registered listeners.
-