|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ctdp.rfdynhud.gamedata.ProfileInfo
public class ProfileInfo
Model of the current player's profile information
Nested Class Summary | |
---|---|
static class |
ProfileInfo.MeasurementUnits
Model of measurement units (everything but speed) |
static class |
ProfileInfo.SpeedUnits
Model of speed units |
Field Summary | |
---|---|
static java.io.File |
USERDATA_FOLDER
|
Constructor Summary | |
---|---|
ProfileInfo()
Create a new instance. |
Method Summary | |
---|---|
java.io.File |
getCCHFile()
Gets the currently used CCH file. |
java.lang.Boolean |
getFormationLap()
Drive formation lap? |
ProfileInfo.MeasurementUnits |
getMeasurementUnits()
Gets the selected measurement units. |
java.lang.Integer |
getNumReconLaps()
Gets the number of configureed recon laps. |
java.io.File |
getPLRFile()
Gets the used PLR file. |
java.io.File |
getProfileFolder()
Gets the folder, where rFactor stores profiles. |
java.lang.Float |
getRaceLengthMultiplier()
Gets the current race length fraction. |
java.lang.Boolean |
getShowCurrentLap()
Gets whether the current lap is to be displayed or the number of laps completed. |
ProfileInfo.SpeedUnits |
getSpeedUnits()
Gets the selected speed units. |
java.lang.String |
getTeamName()
Gets the currently used team's name. |
long |
getUpdateId()
This is incremented every time the info is updated. |
java.io.File |
getVehicleFile()
Gets the currently used vehicle file. |
boolean |
isValid()
Gets whether this information in this instance is valid for the current session. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.io.File USERDATA_FOLDER
Constructor Detail |
---|
public ProfileInfo()
Method Detail |
---|
public final boolean isValid()
public final long getUpdateId()
public final java.io.File getProfileFolder()
public final java.io.File getPLRFile()
public final java.io.File getVehicleFile()
public final java.lang.String getTeamName()
public final java.lang.Float getRaceLengthMultiplier()
public final java.lang.Boolean getShowCurrentLap()
public final java.lang.Integer getNumReconLaps()
public final java.lang.Boolean getFormationLap()
public final ProfileInfo.MeasurementUnits getMeasurementUnits()
getSpeedUnits()
public final ProfileInfo.SpeedUnits getSpeedUnits()
getMeasurementUnits()
public final java.io.File getCCHFile()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |