Uses of Class
adams.data.jai.features.Histogram.HistogramType
-
Packages that use Histogram.HistogramType Package Description adams.data.jai.features -
-
Uses of Histogram.HistogramType in adams.data.jai.features
Fields in adams.data.jai.features declared as Histogram.HistogramType Modifier and Type Field Description protected Histogram.HistogramTypeHistogram. m_HistogramTypethe type of histogram to generate.Methods in adams.data.jai.features that return Histogram.HistogramType Modifier and Type Method Description Histogram.HistogramTypeHistogram. getHistogramType()Returns the type of histogram to generate.Histogram.HistogramTypeHistogram.HistogramType. parse(String s)Parses the given string and returns the associated enum.static Histogram.HistogramTypeHistogram.HistogramType. valueOf(AbstractOption option, String str)Returns an enum generated from the string.static Histogram.HistogramTypeHistogram.HistogramType. valueOf(String name)Returns the enum constant of this type with the specified name.static Histogram.HistogramType[]Histogram.HistogramType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data.jai.features with parameters of type Histogram.HistogramType Modifier and Type Method Description voidHistogram. setHistogramType(Histogram.HistogramType value)Sets the type of histogram to generate.
-