From d1753531c1dd3432efe0256631f0d932d67a2e59 Mon Sep 17 00:00:00 2001 From: Aurelien PINTRAND Date: Sun, 22 Jan 2023 21:42:58 +0100 Subject: [PATCH] commit final --- .idea/uiDesigner.xml | 124 ++++++++++++++++ .../resources/FXML/WeatherStation.fxml | 30 +++- WeatherStation/src/launch/Launch.java | 31 ++-- WeatherStation/src/modele/ConcreteSensor.java | 40 ++++-- WeatherStation/src/modele/Sensor.java | 25 +++- WeatherStation/src/modele/TempCPU.java | 56 ++++++++ WeatherStation/src/modele/TempGenerator.java | 7 + WeatherStation/src/modele/TempRandom.java | 10 ++ .../src/modele/TreeItemFactoryVisitor.java | 26 ++++ WeatherStation/src/modele/VirtualSensor.java | 45 +++--- WeatherStation/src/modele/Visitor.java | 6 + .../src/views/WeatherController.java | 134 ++++++++++++++---- .../WeatherStation/FXML/WeatherStation.fxml | 30 +++- .../WeatherStation/launch/Launch.class | Bin 1372 -> 1869 bytes .../modele/ConcreteSensor.class | Bin 718 -> 2706 bytes .../WeatherStation/modele/Sensor.class | Bin 1308 -> 1667 bytes .../WeatherStation/modele/SensorManager.class | Bin 0 -> 945 bytes .../WeatherStation/modele/TempCPU.class | Bin 0 -> 2746 bytes .../WeatherStation/modele/TempGenerator.class | Bin 0 -> 150 bytes .../WeatherStation/modele/TempRandom.class | Bin 0 -> 530 bytes .../modele/TreeItemFactoryVisitor.class | Bin 0 -> 2017 bytes .../WeatherStation/modele/VirtualSensor.class | Bin 3407 -> 4505 bytes .../WeatherStation/modele/Visitor.class | Bin 0 -> 357 bytes .../views/WeatherController$1.class | Bin 1200 -> 2036 bytes .../views/WeatherController.class | Bin 5260 -> 8323 bytes 25 files changed, 479 insertions(+), 85 deletions(-) create mode 100644 .idea/uiDesigner.xml create mode 100644 WeatherStation/src/modele/TempCPU.java create mode 100644 WeatherStation/src/modele/TempGenerator.java create mode 100644 WeatherStation/src/modele/TempRandom.java create mode 100644 WeatherStation/src/modele/TreeItemFactoryVisitor.java create mode 100644 WeatherStation/src/modele/Visitor.java create mode 100644 out/production/WeatherStation/modele/SensorManager.class create mode 100644 out/production/WeatherStation/modele/TempCPU.class create mode 100644 out/production/WeatherStation/modele/TempGenerator.class create mode 100644 out/production/WeatherStation/modele/TempRandom.class create mode 100644 out/production/WeatherStation/modele/TreeItemFactoryVisitor.class create mode 100644 out/production/WeatherStation/modele/Visitor.class diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml new file mode 100644 index 0000000..2b63946 --- /dev/null +++ b/.idea/uiDesigner.xml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/WeatherStation/resources/FXML/WeatherStation.fxml b/WeatherStation/resources/FXML/WeatherStation.fxml index b2d63fd..d6d013f 100644 --- a/WeatherStation/resources/FXML/WeatherStation.fxml +++ b/WeatherStation/resources/FXML/WeatherStation.fxml @@ -9,19 +9,37 @@ + prefHeight="-Infinity" prefWidth="-Infinity" + style="-fx-background-color: #F5F5F5;"> -