|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.gotdns.jimula.EatHealthy.CalculateNutrient
CalculateNutrient is an object which calculates personal nutrient. It is evoked by NutrientPanel.
EatHealthy
A simple personal nutrient need and food serving calculator
Copyright (c) 2003
NutrientPanel
Field Summary | |
float |
Activity
activity |
float |
BMR
Basal Metabolic Rate |
float |
Calorie
calories |
float |
carb
carbohydrate contents |
float |
DIT
Diet-Induced Thermogenesis |
float |
fat
fat contents |
float |
IBW
Ideal Body Weight |
float |
protein
protein contents |
Constructor Summary | |
CalculateNutrient(float height,
int sleepingTime,
java.lang.String sex,
float level)
Construsts a new CalculateNutrient object and calculate personal nutrient need. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public float IBW
public float BMR
public float Activity
public float DIT
public float Calorie
public float protein
public float carb
public float fat
Constructor Detail |
public CalculateNutrient(float height, int sleepingTime, java.lang.String sex, float level)
height
- personal heightsleepingTime
- personal sleeping hourssex
- personal gendarlevel
- personal activity levelIBW
,
BMR
,
Activity
,
DIT
,
Calorie
,
PFC
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |