|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ctdp.rfdynhud.editor.EditorPresets
public class EditorPresets
Presets for telemetry and scoring info in the editor.
Constructor Summary | |
---|---|
EditorPresets()
Constructs EditorPresets . |
Method Summary | |
---|---|
float |
getBrakeDiscThicknessFL()
Gets the front left brake disc thickness in meters. |
float |
getBrakeDiscThicknessFR()
Gets the front right brake disc thickness in meters. |
float |
getBrakeDiscThicknessRL()
Gets the rear left brake disc thickness in meters. |
float |
getBrakeDiscThicknessRR()
Gets the rear right brake disc thickness in meters. |
float |
getCurrentSector1Time()
Gets the current sector 1 time. |
float |
getCurrentSector2Time(boolean includeSector1)
Gets the current sector 2 time. |
java.lang.String |
getDriverName()
Gets the driver's name. |
int |
getEngineBoost()
Gets the engine boost. |
int |
getEngineLifetime()
Gets the engine lifetime in seconds. |
int |
getEngineRPM()
Gets the engine RPM. |
float |
getFuelLoad()
Gets the fuel load. |
float |
getLastLapTime()
Gets the last lap time. |
float |
getLastSector1Time()
Gets the last sector 1 time. |
float |
getLastSector2Time(boolean includeSector1)
Gets the last sector 2 time. |
float |
getLastSector3Time()
Gets the last sector 3 time. |
float |
getTopSpeed(int index)
Gets the top speed in km/h. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EditorPresets()
EditorPresets
.
Method Detail |
---|
public final java.lang.String getDriverName()
public final float getLastSector1Time()
public final float getLastSector2Time(boolean includeSector1)
includeSector1
- sum up sector 1 and 2?
public final float getLastSector3Time()
public final float getLastLapTime()
public final float getCurrentSector1Time()
public final float getCurrentSector2Time(boolean includeSector1)
includeSector1
- sum up sector 1 and 2?
public final int getEngineBoost()
public final int getEngineRPM()
public final int getEngineLifetime()
public final float getBrakeDiscThicknessFL()
public final float getBrakeDiscThicknessFR()
public final float getBrakeDiscThicknessRL()
public final float getBrakeDiscThicknessRR()
public final float getFuelLoad()
public final float getTopSpeed(int index)
index
- vehicle index
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |