ucar.unidata.data.grid
Class FieldStats

java.lang.Object
  extended by ucar.unidata.data.grid.FieldStats

public class FieldStats
extends Object

Version:
$Revision: 1.112 $

Constructor Summary
FieldStats()
           
FieldStats(float[] mmac)
           
 
Method Summary
 float getAverage()
          Get the Average property.
 int getCnt()
          Get the Cnt property.
 float getMax()
          Get the Max property.
 float getMin()
          Get the Min property.
 void setAverage(float value)
          Set the Average property.
 void setCnt(int value)
          Set the Cnt property.
 void setMax(float value)
          Set the Max property.
 void setMin(float value)
          Set the Min property.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FieldStats

public FieldStats()

FieldStats

public FieldStats(float[] mmac)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

setMin

public void setMin(float value)
Set the Min property.

Parameters:
value - The new value for Min

getMin

public float getMin()
Get the Min property.

Returns:
The Min

setMax

public void setMax(float value)
Set the Max property.

Parameters:
value - The new value for Max

getMax

public float getMax()
Get the Max property.

Returns:
The Max

setAverage

public void setAverage(float value)
Set the Average property.

Parameters:
value - The new value for Average

getAverage

public float getAverage()
Get the Average property.

Returns:
The Average

setCnt

public void setCnt(int value)
Set the Cnt property.

Parameters:
value - The new value for Cnt

getCnt

public int getCnt()
Get the Cnt property.

Returns:
The Cnt