net.ctdp.rfdynhud.gamedata
Class ProfileInfo.SpeedUnits.Convert

java.lang.Object
  extended by net.ctdp.rfdynhud.gamedata.ProfileInfo.SpeedUnits.Convert
Enclosing class:
ProfileInfo.SpeedUnits

public static final class ProfileInfo.SpeedUnits.Convert
extends java.lang.Object


Field Summary
static float KPH_TO_MPH
           
static float KPH_TO_MPS
           
static float MPH_TO_KPH
           
static float MPH_TO_MPS
           
static float MPS_TO_KPH
           
static float MPS_TO_MPH
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MPS_TO_MPH

public static final float MPS_TO_MPH
See Also:
Constant Field Values

MPS_TO_KPH

public static final float MPS_TO_KPH
See Also:
Constant Field Values

MPH_TO_MPS

public static final float MPH_TO_MPS
See Also:
Constant Field Values

KPH_TO_MPS

public static final float KPH_TO_MPS
See Also:
Constant Field Values

KPH_TO_MPH

public static final float KPH_TO_MPH
See Also:
Constant Field Values

MPH_TO_KPH

public static final float MPH_TO_KPH
See Also:
Constant Field Values