|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ctdp.rfdynhud.gamedata.VehicleSetup
public class VehicleSetup
This class models all possible settings of a car setup.
Nested Class Summary | |
---|---|
static class |
VehicleSetup.Controls
Model of the controls part of the setup |
static class |
VehicleSetup.Engine
Model of the engine part of the setup |
static class |
VehicleSetup.General
Model of the general part of the setup |
static class |
VehicleSetup.WheelAndTire
Model of the wheel and tire part of the setup |
Method Summary | |
---|---|
VehicleSetup.Controls |
getControls()
Gets an interface to the settings of the control part of the setup. |
VehicleSetup.Engine |
getEngine()
Gets an interface to the settings of the engine part of the setup. |
VehicleSetup.General |
getGeneral()
Gets an interface to the general part of the setup. |
VehicleSetup.WheelAndTire |
getWheelAndTire(Wheel wheel)
Gets an interface to the settings of the wheel and tire, suspension and brake disc for the passed wheel. |
boolean |
isUpdatedInTimeScope()
Gets, whether the last update of these data has been done while in running session resp. realtime mode. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final boolean isUpdatedInTimeScope()
public final VehicleSetup.General getGeneral()
public final VehicleSetup.Controls getControls()
public final VehicleSetup.Engine getEngine()
public final VehicleSetup.WheelAndTire getWheelAndTire(Wheel wheel)
wheel
- the requested wheel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |