|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ctdp.rfdynhud.gamedata.TrackInfo
public class TrackInfo
Model of the currently used track
Constructor Summary | |
---|---|
TrackInfo(ProfileInfo profileInfo)
Create a new instance. |
Method Summary | |
---|---|
java.io.File |
getAIWFile()
Finds the AIW file for the given track. |
int |
getRaceLaps()
Gets last read track race laps. |
java.io.File |
getSceneFile()
Gets the track's scene file. |
Track |
getTrack()
Gets the track abstraction (waypoints) of the current track. |
java.io.File |
getTrackFolder()
Gets the track's folder. |
java.lang.String |
getTrackName()
Gets the track's name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TrackInfo(ProfileInfo profileInfo)
profileInfo
- Method Detail |
---|
public final java.io.File getTrackFolder()
public final java.io.File getSceneFile()
public final java.lang.String getTrackName()
public final int getRaceLaps()
public java.io.File getAIWFile()
Finds the AIW file for the given track.
WARNING:
public final Track getTrack()
Gets the track abstraction (waypoints) of the current track.
WARNING:
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |