|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.data.grid.FieldStats
public class FieldStats
| 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 |
|---|
public FieldStats()
public FieldStats(float[] mmac)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic void setMin(float value)
value - The new value for Minpublic float getMin()
public void setMax(float value)
value - The new value for Maxpublic float getMax()
public void setAverage(float value)
value - The new value for Averagepublic float getAverage()
public void setCnt(int value)
value - The new value for Cntpublic int getCnt()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||