| Package | Description |
|---|---|
| fr.cnes.genopus.vehicle |
Package containing some widgets defining a vehicle.
|
| Modifier and Type | Method and Description |
|---|---|
CustomVehicle |
GPVehicle.getPatriusObject()
Get the vehicle data.
|
CustomVehicle |
GPVehicle.getPatriusObject(Object... args)
Returns the PATRIUS object associated to a GENOPUS widget.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GPVehicle.setDefaultVehicle(CustomVehicle vehicle)
Setter for the default vehicle.
|
void |
GPVehicle.setSavedVehicle(CustomVehicle vehicle)
Setter for the saved vehicle.
|
void |
GPVehicle.setVehicle(CustomVehicle vehicle)
Setter for the vehicle.
|
| Constructor and Description |
|---|
GPVehicle(String label,
CustomVehicle vehicle)
Create a new instance with all properties active and with an initial vehicle.
|
GPVehicle(String label,
CustomVehicle vehicle,
boolean showMassProperties,
boolean showPropulsiveProperties,
boolean showAeroProperties,
boolean showAeroExpertSettings,
boolean showRadiativeProperties)
Create a new instance with an initial vehicle.
|
GPVehicle(String widgetId,
String label,
CustomVehicle vehicle,
boolean showMassProperties,
boolean showPropulsiveProperties,
boolean showAeroProperties,
boolean showAeroExpertSettings,
boolean showRadiativeProperties)
Create a new instance with an initial vehicle.
|
Copyright © 2017. All rights reserved.