Uses of Class
org.jfree.data.statistics.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 HistogramTypeHistogramType. FREQUENCYFrequency histogram.static HistogramTypeHistogramType. RELATIVE_FREQUENCYRelative frequency.static HistogramTypeHistogramType. SCALE_AREA_TO_1Scale area to one.Methods in org.jfree.data.statistics that return HistogramType Modifier and Type Method Description HistogramTypeHistogramDataset. getType()Returns the histogram type.Methods in org.jfree.data.statistics with parameters of type HistogramType Modifier and Type Method Description voidHistogramDataset. setType(HistogramType type)Sets the histogram type and sends aDatasetChangeEventto all registered listeners.