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
Methods in org.jfree.data.statistics that return HistogramType Modifier and Type Method Description HistogramTypeHistogramDataset. getType()Returns the histogram type.static HistogramTypeHistogramType. valueOf(String name)Returns the enum constant of this type with the specified name.static HistogramType[]HistogramType. values()Returns an array containing the constants of this enum type, in the order they are declared.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.
-