- get() - Method in class eecs2030.test1.Weight
 
- 
Gets the numeric value of the weight using the current units.
 
- getTemperature() - Method in class eecs2030.test1.Temperature
 
- 
Gets the numeric value of the temperature using the current units.
 
- getUnits() - Method in class eecs2030.test1.Temperature
 
- 
Gets the units of the temperature.
 
- getUnits() - Method in class eecs2030.test1.Weight
 
- 
Gets the units of the weight.
 
- Gray - Class in eecs2030.test1
 
- 
A class that represents gray values for grayscale (black-and-white)
 images.
 
- Gray(double) - Constructor for class eecs2030.test1.Gray
 
- 
Initializes the gray value of this object to g.
 
- Gray(int) - Constructor for class eecs2030.test1.Gray
 
- 
Initializes the gray value of this object to g.
 
- Gray(Gray) - Constructor for class eecs2030.test1.Gray
 
- 
Initializes the gray value of this object by copying another
 Gray object.