Uses of Class
nbody.NBodySimulator
Package | Description |
---|---|
gui |
Description : Package contenant les classes pour instancier
l'interface graphique afin de pouvoir visualiser la simulation.
|
nbody |
Description : Package contenant des classes pour instancier des
corps.
|
-
Uses of NBodySimulator in gui
Fields in gui declared as NBodySimulator Modifier and Type Field Description private NBodySimulator
RandomBodiesDialog. simulator
Simulateur généré.private NBodySimulator
SimulationScene. simulator
Simulateur à N corps.Fields in gui with type parameters of type NBodySimulator Modifier and Type Field Description private javafx.beans.property.SimpleObjectProperty<NBodySimulator>
SimulationService. simulatorProperty
Simulateur.Methods in gui that return NBodySimulator Modifier and Type Method Description NBodySimulator
RandomBodiesDialog. getSimulator()
Permet de récupérer le simulateur stocké.Methods in gui with parameters of type NBodySimulator Modifier and Type Method Description private void
MenuScene. setSimulationScene(NBodySimulator simulator)
Permet de changer de scène en allant à la scène de simulation.Constructors in gui with parameters of type NBodySimulator Constructor Description SimulationScene(javafx.stage.Stage stage, MenuScene menuScene, NBodySimulator simulator)
Constructeur de la classe.SimulationService(NBodySimulator simulator)
Constructeur de la classe. -
Uses of NBodySimulator in nbody
Methods in nbody that return NBodySimulator Modifier and Type Method Description static NBodySimulator
NBodyFileParser. load(java.lang.String filename)
Permet de charger une simulation à partir d'un fichier.Methods in nbody with parameters of type NBodySimulator Modifier and Type Method Description static java.io.File
NBodyFileParser. saveInTemporaryFile(NBodySimulator simulator, java.lang.String filename)
Permet de sauvegarder une simulation dans un fichier temporaire.