com.azalient.api.a
Interface IUtility

All Superinterfaces:
ITools

public interface IUtility
extends ITools

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

NAMES_SUFFIX

static final String NAMES_SUFFIX
See Also:
Constant Field Values

MILES_TO_M

static final double MILES_TO_M
See Also:
Constant Field Values

MILES_TO_KM

static final double MILES_TO_KM
See Also:
Constant Field Values

M_TO_MILES

static final double M_TO_MILES
See Also:
Constant Field Values

KM_TO_MILES

static final double KM_TO_MILES
See Also:
Constant Field Values

FEET_TO_M

static final double FEET_TO_M
See Also:
Constant Field Values

M_TO_FEET

static final double M_TO_FEET
See Also:
Constant Field Values

KM_TO_M

static final double KM_TO_M
See Also:
Constant Field Values

M_TO_KM

static final double M_TO_KM
See Also:
Constant Field Values

MPH_TO_MPS

static final double MPH_TO_MPS
See Also:
Constant Field Values

MPS_TO_MPH

static final double MPS_TO_MPH
See Also:
Constant Field Values

KPH_TO_MPS

static final double KPH_TO_MPS
See Also:
Constant Field Values

MPS_TO_KPH

static final double MPS_TO_KPH
See Also:
Constant Field Values

MPS_TO_FPS

static final double MPS_TO_FPS
See Also:
Constant Field Values

FPS_TO_MPS

static final double FPS_TO_MPS
See Also:
Constant Field Values

MPSS_TO_FPSS

static final double MPSS_TO_FPSS
See Also:
Constant Field Values

FPSS_TO_MPSS

static final double FPSS_TO_MPSS
See Also:
Constant Field Values

DEG_TO_RAD

static final double DEG_TO_RAD
See Also:
Constant Field Values

RAD_TO_DEG

static final double RAD_TO_DEG
See Also:
Constant Field Values

VPKM_TO_VPM

static final double VPKM_TO_VPM
See Also:
Constant Field Values

VPM_TO_VPKM

static final double VPM_TO_VPKM
See Also:
Constant Field Values

VPMILE_TO_VPM

static final double VPMILE_TO_VPM
See Also:
Constant Field Values

VPM_TO_VPMILE

static final double VPM_TO_VPMILE
See Also:
Constant Field Values

MTON_TO_ITON

static final double MTON_TO_ITON
See Also:
Constant Field Values

ITON_TO_MTON

static final double ITON_TO_MTON
See Also:
Constant Field Values

ITON_TO_LBS

static final double ITON_TO_LBS
See Also:
Constant Field Values

MTON_TO_LBS

static final double MTON_TO_LBS
See Also:
Constant Field Values
Method Detail

translator

ITranslator translator()
Get a handle to the language-translation (localisation) engine


unitSystem

UnitSystem unitSystem()
Return the current UnitSystem (Metric, US, UK)


unitSystem

void unitSystem(UnitSystem u)
Set the current UnitSystem (Metric, US, UK)


applicationVersion

double applicationVersion()
Return a number representing the software version


installationHome

String installationHome()
Return the installation directory


systemID

String systemID()
Return the dongle number


splashScreenLicenseInfo

String splashScreenLicenseInfo()
Return the splash screen text