G L M S W 
All Classes All Packages

G

get_ft() - Method in class Length
Return length in feet.
get_kg() - Method in class Weight
Return weight in kilograms.
get_lbs() - Method in class Weight
Return weight in pounds.
get_m() - Method in class Length
Return length in meters.

L

Length - Class in <Unnamed>
An instance of this class represents a certain length value.
Length(double) - Constructor for class Length
Constructor.

M

meter_to_feet(double) - Static method in class Length
Static method to convert meters to feet.

S

set_ft(double) - Method in class Length
Set length in feet.
set_lbs(double) - Method in class Weight
Set weight in pounds.

W

Weight - Class in <Unnamed>
An instance of this class represents a certain weight value.
Weight(double) - Constructor for class Weight
Constructor.
G L M S W 
All Classes All Packages