Uses of Class
fr.cnes.genopus.nonWidget.vehicle.CustomVehicle

Packages that use CustomVehicle
fr.cnes.genopus.vehicle Package containing some widgets defining a vehicle. 
 

Uses of CustomVehicle in fr.cnes.genopus.vehicle
 

Methods in fr.cnes.genopus.vehicle that return CustomVehicle
 CustomVehicle GPVehicle.getPatriusObject()
          Get the vehicle data.
 CustomVehicle GPVehicle.getPatriusObject(Object... args)
          Returns the PATRIUS object associated to a GENOPUS widget.
 

Methods in fr.cnes.genopus.vehicle with parameters of type CustomVehicle
 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.
 

Constructors in fr.cnes.genopus.vehicle with parameters of type CustomVehicle
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.