Uses of Class
net.ctdp.rfdynhud.gamedata.ProfileInfo.SpeedUnits

Packages that use ProfileInfo.SpeedUnits
net.ctdp.rfdynhud.gamedata   
 

Uses of ProfileInfo.SpeedUnits in net.ctdp.rfdynhud.gamedata
 

Methods in net.ctdp.rfdynhud.gamedata that return ProfileInfo.SpeedUnits
 ProfileInfo.SpeedUnits ProfileInfo.getSpeedUnits()
          Gets the selected speed units.
static ProfileInfo.SpeedUnits ProfileInfo.SpeedUnits.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ProfileInfo.SpeedUnits[] ProfileInfo.SpeedUnits.values()
          Returns an array containing the constants of this enum type, in the order they are declared.