com.gotdns.jimula.EatHealthy
Class IBW

java.lang.Object
  |
  +--com.gotdns.jimula.EatHealthy.IBW

public class IBW
extends java.lang.Object

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

IBW

public IBW(float height)
Constructs a new IBW.

Method Detail

getIBW

public float getIBW()
Get the calculated IBW of this object.

Returns:
a flot with IBW