Uses of Class
de.erichseifert.gral.data.statistics.Orientation

Packages that use Orientation
de.erichseifert.gral.data.statistics Classes for statistical analysis. 
 

Uses of Orientation in de.erichseifert.gral.data.statistics
 

Methods in de.erichseifert.gral.data.statistics that return Orientation
 Orientation Histogram1D.getOrientation()
          Returns the direction in which the histogram values will be accumulated.
static Orientation Orientation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Orientation[] Orientation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.erichseifert.gral.data.statistics with parameters of type Orientation
 double Statistics.get(String key, Orientation orientation, int index)
          Returns the specified information for the specified column or row.
 

Constructors in de.erichseifert.gral.data.statistics with parameters of type Orientation
Histogram1D(DataSource data, Orientation orientation, int breakCount)
          Creates a new Histogram object with the specified DataSource and cell count.
Histogram1D(DataSource data, Orientation orientation, Number[]... breaks)
          Initializes a new histogram with the specified data source and subdivisions at the specified positions.
 



Copyright © 2009-2010. All Rights Reserved.