Uses of Class
adams.data.imagej.flattener.Histogram.HistogramType

Packages that use Histogram.HistogramType
adams.data.imagej.flattener   
 

Uses of Histogram.HistogramType in adams.data.imagej.flattener
 

Fields in adams.data.imagej.flattener declared as Histogram.HistogramType
protected  Histogram.HistogramType Histogram.m_HistogramType
          the type of histogram to generate.
 

Methods in adams.data.imagej.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.imagej.flattener with parameters of type Histogram.HistogramType
 void Histogram.setHistogramType(Histogram.HistogramType value)
          Sets the type of histogram to generate.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.