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

Packages that use SurfaceType
net.ctdp.rfdynhud.gamedata   
 

Uses of SurfaceType in net.ctdp.rfdynhud.gamedata
 

Methods in net.ctdp.rfdynhud.gamedata that return SurfaceType
static SurfaceType SurfaceType.getFromIndex(short index)
           
 SurfaceType TelemetryData.getSurfaceType(Wheel wheel)
          Gets surface type under the tire.
static SurfaceType SurfaceType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SurfaceType[] SurfaceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.