|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IUtility
Various utility methods and values, principally related to regional settings (units, language) and software version and licensing.
| Field Summary | |
|---|---|
static double |
DEG_TO_RAD
|
static double |
FEET_TO_M
|
static double |
FPS_TO_MPS
|
static double |
FPSS_TO_MPSS
|
static double |
ITON_TO_LBS
|
static double |
ITON_TO_MTON
|
static double |
KM_TO_M
|
static double |
KM_TO_MILES
|
static double |
KPH_TO_MPS
|
static double |
M_TO_FEET
|
static double |
M_TO_KM
|
static double |
M_TO_MILES
|
static double |
MILES_TO_KM
|
static double |
MILES_TO_M
|
static double |
MPH_TO_MPS
|
static double |
MPS_TO_FPS
|
static double |
MPS_TO_KPH
|
static double |
MPS_TO_MPH
|
static double |
MPSS_TO_FPSS
|
static double |
MTON_TO_ITON
|
static double |
MTON_TO_LBS
|
static String |
NAMES_SUFFIX
|
static double |
RAD_TO_DEG
|
static double |
VPKM_TO_VPM
|
static double |
VPM_TO_VPKM
|
static double |
VPM_TO_VPMILE
|
static double |
VPMILE_TO_VPM
|
| Method Summary | |
|---|---|
double |
applicationVersion()
Return a number representing the software version |
String |
installationHome()
Return the installation directory |
String |
splashScreenLicenseInfo()
Return the splash screen text |
String |
systemID()
Return the dongle number |
ITranslator |
translator()
Get a handle to the language-translation (localisation) engine |
UnitSystem |
unitSystem()
Return the current UnitSystem (Metric, US, UK) |
void |
unitSystem(UnitSystem u)
Set the current UnitSystem (Metric, US, UK) |
| Methods inherited from interface com.azalient.api.a.ITools |
|---|
controller, controllerClose, pluginControllerFactory, redirector, reporter |
| Field Detail |
|---|
static final String NAMES_SUFFIX
static final double MILES_TO_M
static final double MILES_TO_KM
static final double M_TO_MILES
static final double KM_TO_MILES
static final double FEET_TO_M
static final double M_TO_FEET
static final double KM_TO_M
static final double M_TO_KM
static final double MPH_TO_MPS
static final double MPS_TO_MPH
static final double KPH_TO_MPS
static final double MPS_TO_KPH
static final double MPS_TO_FPS
static final double FPS_TO_MPS
static final double MPSS_TO_FPSS
static final double FPSS_TO_MPSS
static final double DEG_TO_RAD
static final double RAD_TO_DEG
static final double VPKM_TO_VPM
static final double VPM_TO_VPKM
static final double VPMILE_TO_VPM
static final double VPM_TO_VPMILE
static final double MTON_TO_ITON
static final double ITON_TO_MTON
static final double ITON_TO_LBS
static final double MTON_TO_LBS
| Method Detail |
|---|
ITranslator translator()
UnitSystem unitSystem()
void unitSystem(UnitSystem u)
double applicationVersion()
String installationHome()
String systemID()
String splashScreenLicenseInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||