Uses of Class
net.ctdp.rfdynhud.gamedata.WheelPart

Packages that use WheelPart
net.ctdp.rfdynhud.gamedata   
 

Uses of WheelPart in net.ctdp.rfdynhud.gamedata
 

Methods in net.ctdp.rfdynhud.gamedata that return WheelPart
static WheelPart WheelPart.getLeftPart(Wheel wheel)
          Gets for the left wheels and for the right wheels.
static WheelPart WheelPart.getRightPart(Wheel wheel)
          Gets for the left wheels and for the right wheels.
static WheelPart WheelPart.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WheelPart[] WheelPart.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.ctdp.rfdynhud.gamedata with parameters of type WheelPart
 float TelemetryData.getTireTemperature(Wheel wheel, WheelPart part)
          Gets the current tire temperature in the units selected in the PLR (Celsius or Fahrenheit).
 float TelemetryData.getTireTemperatureC(Wheel wheel, WheelPart part)
          Gets the current tire temperature in Celsius.
 float TelemetryData.getTireTemperatureF(Wheel wheel, WheelPart part)
          Gets the current tire temperature in Fahrenheit.