class ConvertBtnActions
extends java.lang.Object
Copyright (c) 2018
Constructor and Description |
---|
ConvertBtnActions() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
convertC_F()
Convert between degrees C and degrees F.
|
protected java.lang.String |
convertHorDMS_decHrsorDegs()
Convert between HMS and decimal hours, and DMS and decimal
degrees.
|
protected java.lang.String |
crossMultiply()
Cross-multiply to do the requested conversion.
|
protected java.lang.String convertC_F()
Gets the input data from the GUI, validates it, then does the conversion.
protected java.lang.String crossMultiply()
protected java.lang.String convertHorDMS_decHrsorDegs()