|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Histogram.HistogramType | |
|---|---|
| adams.data.jai.flattener | |
| Uses of Histogram.HistogramType in adams.data.jai.flattener |
|---|
| Fields in adams.data.jai.flattener declared as Histogram.HistogramType | |
|---|---|
protected Histogram.HistogramType |
Histogram.m_HistogramType
the type of histogram to generate. |
| Methods in adams.data.jai.flattener that return Histogram.HistogramType | |
|---|---|
Histogram.HistogramType |
Histogram.getHistogramType()
Returns the type of histogram to generate. |
Histogram.HistogramType |
Histogram.HistogramType.parse(String s)
Parses the given string and returns the associated enum. |
static Histogram.HistogramType |
Histogram.HistogramType.valueOf(AbstractOption option,
String str)
Returns an enum generated from the string. |
static Histogram.HistogramType |
Histogram.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.flattener with parameters of type Histogram.HistogramType | |
|---|---|
void |
Histogram.setHistogramType(Histogram.HistogramType value)
Sets the type of histogram to generate. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||