|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.gotdns.jimula.EatHealthy.IBW
IBW is a class which calculate IBW(Ideal Body Weight) by giving it height.
EatHealthy
A simple personal nutrient need and food serving calculator
Copyright (c) 2003
Constructor Summary | |
IBW(float height)
Constructs a new IBW. |
Method Summary | |
float |
getIBW()
Get the calculated IBW of this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IBW(float height)
Method Detail |
public float getIBW()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |