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

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

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

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