Uses of Class
adams.gui.visualization.stats.histogram.HistogramOptions.BoxType

Packages that use HistogramOptions.BoxType
adams.gui.visualization.stats.histogram   
 

Uses of HistogramOptions.BoxType in adams.gui.visualization.stats.histogram
 

Fields in adams.gui.visualization.stats.histogram declared as HistogramOptions.BoxType
protected  HistogramOptions.BoxType HistogramOptions.m_BoxType
          bin calculation type
 

Methods in adams.gui.visualization.stats.histogram that return HistogramOptions.BoxType
 HistogramOptions.BoxType HistogramOptions.getAxisType()
          Get the axis type used in bin calculation
static HistogramOptions.BoxType HistogramOptions.BoxType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HistogramOptions.BoxType[] HistogramOptions.BoxType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in adams.gui.visualization.stats.histogram with parameters of type HistogramOptions.BoxType
 void HistogramOptions.setAxisType(HistogramOptions.BoxType val)
          Set the axis type for bin calculation
 



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