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

Packages that use Laptime
net.ctdp.rfdynhud.gamedata   
 

Uses of Laptime in net.ctdp.rfdynhud.gamedata
 

Methods in net.ctdp.rfdynhud.gamedata that return Laptime
 Laptime VehicleScoringInfo.getAverageLaptime()
          Gets the average laptime of the current session.
 Laptime ScoringInfo.getFastestLaptime()
          Gets the absolute fastes lap time.
 Laptime VehicleScoringInfo.getFastestLaptime()
          Gets this driver's fastest Laptime.
 Laptime VehicleScoringInfo.getLaptime(int lap)
          Gets the Laptime object for the given lap.
 Laptime VehicleScoringInfo.getLastLaptime()
          Gets the last lap time.
 Laptime VehicleScoringInfo.getOldAverageLaptime()
          Gets the average laptime of the current session excluding the last timed lap.
 Laptime VehicleScoringInfo.getSecondFastestLaptime()
          Gets this driver's 2nd fastest Laptime.