<?xml version="1.0" encoding="UTF-8"?>

<?import java.lang.String?>
<?import java.net.URL?>
<?import javafx.geometry.Insets?>
<?import javafx.scene.chart.BarChart?>
<?import javafx.scene.chart.CategoryAxis?>
<?import javafx.scene.chart.NumberAxis?>
<?import javafx.scene.chart.PieChart?>
<?import javafx.scene.chart.StackedAreaChart?>
<?import javafx.scene.control.Button?>
<?import javafx.scene.control.ComboBox?>
<?import javafx.scene.control.Label?>
<?import javafx.scene.control.Tooltip?>
<?import javafx.scene.image.Image?>
<?import javafx.scene.image.ImageView?>
<?import javafx.scene.layout.AnchorPane?>
<?import javafx.scene.layout.Pane?>
<?import javafx.scene.layout.VBox?>
<?import javafx.scene.text.Font?>

<AnchorPane id="fenetre" prefHeight="743.0" prefWidth="1294.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1">
   <children>
      <VBox id="boite-menu" layoutX="-7.0" layoutY="132.0" prefHeight="616.0" prefWidth="85.0" AnchorPane.bottomAnchor="-5.0" AnchorPane.topAnchor="132.0">
         <children>
            <Button depthTest="ENABLE" mnemonicParsing="false" prefWidth="91.0" textOverrun="CLIP" wrapText="true">
               <graphic>
                  <ImageView fitHeight="52.0" fitWidth="66.0" pickOnBounds="true" preserveRatio="true">
                     <image>
                        <Image url="@decoration/menu/maison.png" />
                     </image>
                  </ImageView>
               </graphic>
               <tooltip>
                  <Tooltip text="ACCUEIL">
                     <graphic>
                        <Label text="Label" />
                     </graphic>
                  </Tooltip>
               </tooltip>
               <VBox.margin>
                  <Insets top="50.0" />
               </VBox.margin>
            </Button>
            <Label alignment="CENTER" mouseTransparent="true" prefHeight="18.0" prefWidth="75.0" text="Accueil">
               <VBox.margin>
                  <Insets left="8.0" />
               </VBox.margin>
            </Label>
            <Button mnemonicParsing="false" prefHeight="75.0" prefWidth="105.0">
               <graphic>
                  <ImageView fitHeight="58.0" fitWidth="77.0" pickOnBounds="true" preserveRatio="true">
                     <image>
                        <Image url="@decoration/menu/jour.png" />
                     </image>
                  </ImageView>
               </graphic>
               <tooltip>
                  <Tooltip text="JOURNÉE" />
               </tooltip>
            </Button>
            <Label alignment="CENTER" mouseTransparent="true" prefHeight="18.0" prefWidth="75.0" text="Journée">
               <VBox.margin>
                  <Insets left="8.0" />
               </VBox.margin>
            </Label>
            <Button mnemonicParsing="false" prefHeight="77.0" prefWidth="104.0">
               <graphic>
                  <ImageView fitHeight="56.0" fitWidth="75.0" pickOnBounds="true" preserveRatio="true">
                     <image>
                        <Image url="@decoration/menu/mois.png" />
                     </image>
                  </ImageView>
               </graphic>
               <tooltip>
                  <Tooltip text="MOIS" />
               </tooltip>
            </Button>
            <Label alignment="CENTER" mouseTransparent="true" prefHeight="18.0" prefWidth="75.0" text="Mois">
               <VBox.margin>
                  <Insets left="8.0" top="-0.0" />
               </VBox.margin>
            </Label>
            <Button mnemonicParsing="false" prefHeight="77.0" prefWidth="104.0">
               <graphic>
                  <ImageView fitHeight="84.0" fitWidth="58.0" pickOnBounds="true" preserveRatio="true">
                     <image>
                        <Image url="@decoration/menu/annee.png" />
                     </image>
                  </ImageView>
               </graphic>
               <tooltip>
                  <Tooltip text="ANNÉE" />
               </tooltip>
            </Button>
            <Label alignment="CENTER" mouseTransparent="true" prefHeight="18.0" prefWidth="75.0" text="Année">
               <VBox.margin>
                  <Insets left="8.0" />
               </VBox.margin>
            </Label>
         </children>
      </VBox>
      <AnchorPane id="mesures" layoutX="75.0" layoutY="135.0" prefHeight="608.0" prefWidth="1219.0" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="75.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="135.0">
         <children>
            <Pane layoutX="54.0" layoutY="128.0" prefHeight="152.0" prefWidth="298.0">
               <children>
                  <Label layoutX="20.0" layoutY="21.0" styleClass="apercu-titre" text="TEMPÉRATURE MOYENNE" textFill="#9a9a9a">
                     <font>
                        <Font name="Segoe UI Bold" size="12.0" />
                     </font>
                  </Label>
                  <Label layoutX="94.0" layoutY="36.0" styleClass="apercu-nombre" text="30 C" textFill="#9a9a9a">
                     <font>
                        <Font name="Segoe UI" size="64.0" />
                     </font>
                  </Label>
                  <ImageView fitHeight="48.0" fitWidth="43.0" layoutX="34.0" layoutY="63.0" pickOnBounds="true" preserveRatio="true">
                     <image>
                        <Image url="@decoration/fraction.png" />
                     </image></ImageView>
               </children>
               <styleClass>
                  <String fx:value="mesure" />
                  <String fx:value="apercu" />
                  <String fx:value="jour" />
               </styleClass>
            </Pane>
            <Pane layoutX="425.0" layoutY="128.0" prefHeight="152.0" prefWidth="298.0">
               <children>
                  <Label layoutX="24.0" layoutY="19.0" styleClass="apercu-titre" text="TEMPÉRATURE MOYENNE" textFill="#9a9a9a">
                     <font>
                        <Font name="Segoe UI Bold" size="12.0" />
                     </font>
                  </Label>
                  <Label layoutX="80.0" layoutY="36.0" styleClass="apercu-nombre" text="25 C" textFill="#9a9a9a">
                     <font>
                        <Font name="Segoe UI" size="64.0" />
                     </font>
                  </Label>
                  <ImageView fitHeight="48.0" fitWidth="43.0" layoutX="30.0" layoutY="62.0" pickOnBounds="true" preserveRatio="true">
                     <image>
                        <Image url="@decoration/dossiers.png" />
                     </image>
                  </ImageView>
               </children>
               <styleClass>
                  <String fx:value="mesure" />
                  <String fx:value="apercu" />
                  <String fx:value="mois" />
               </styleClass>
            </Pane>
            <Pane layoutX="798.0" layoutY="128.0" prefHeight="152.0" prefWidth="298.0">
               <children>
                  <Label layoutX="35.0" layoutY="19.0" styleClass="apercu-titre" text="TEMPÉRATURE MOYENNE" textFill="#9a9a9a">
                     <font>
                        <Font name="Segoe UI Bold" size="12.0" />
                     </font>
                  </Label>
                  <Label layoutX="87.0" layoutY="36.0" styleClass="apercu-nombre" text="10 C" textFill="#9a9a9a">
                     <font>
                        <Font name="Segoe UI" size="64.0" />
                     </font>
                  </Label>
                  <ImageView fitHeight="35.0" fitWidth="36.0" layoutX="30.0" layoutY="64.0" pickOnBounds="true" preserveRatio="true">
                     <image>
                        <Image url="@decoration/liste.png" />
                     </image>
                  </ImageView>
               </children>
               <styleClass>
                  <String fx:value="mesure" />
                  <String fx:value="apercu" />
                  <String fx:value="annee" />
               </styleClass>
            </Pane>
            <Pane layoutX="54.0" layoutY="47.0" prefHeight="48.0" prefWidth="298.0">
               <children>
                  <Label alignment="CENTER" prefHeight="42.0" text="JOURNÉE" textFill="#9a9a9a" textOverrun="CLIP">
                     <font>
                        <Font name="Segoe UI Bold" size="12.0" />
                     </font>
                  </Label>
               </children>
               <styleClass>
                  <String fx:value="titre" />
                  <String fx:value="jour" />
               </styleClass>
            </Pane>
            <Pane layoutX="424.0" layoutY="47.0" prefHeight="48.0" prefWidth="298.0">
               <children>
                  <Label alignment="CENTER" text="MOIS" textFill="#9a9a9a" textOverrun="CLIP">
                     <font>
                        <Font name="Segoe UI Bold" size="12.0" />
                     </font>
                  </Label>
               </children>
               <styleClass>
                  <String fx:value="titre" />
                  <String fx:value="mois" />
               </styleClass>
            </Pane>
            <Pane layoutX="798.0" layoutY="47.0" prefHeight="48.0" prefWidth="298.0">
               <children>
                  <Label alignment="CENTER" text="ANNÉE" textFill="#9a9a9a" textOverrun="CLIP">
                     <font>
                        <Font name="Segoe UI Bold" size="12.0" />
                     </font>
                  </Label>
               </children>
               <styleClass>
                  <String fx:value="titre" />
                  <String fx:value="annee" />
               </styleClass>
            </Pane>
            <Pane layoutX="58.0" layoutY="324.0" prefHeight="241.0" prefWidth="298.0">
               <styleClass>
                  <String fx:value="mesure" />
                  <String fx:value="graphique" />
                  <String fx:value="jour" />
               </styleClass>
               <children>
                  <StackedAreaChart fx:id="area_chart" alternativeRowFillVisible="false" horizontalGridLinesVisible="false" horizontalZeroLineVisible="false" layoutX="14.0" layoutY="55.0" prefHeight="175.0" prefWidth="260.0" style="-fx-background-color: #ffffff55;" title="JOURNÉE" verticalGridLinesVisible="false" verticalZeroLineVisible="false">
                    <xAxis>
                      <NumberAxis side="BOTTOM" />
                    </xAxis>
                    <yAxis>
                      <NumberAxis side="LEFT" />
                    </yAxis>
                  </StackedAreaChart>
                  <ComboBox layoutX="15.0" layoutY="11.0" prefHeight="28.0" prefWidth="266.0" />
               </children></Pane>
            <Pane layoutX="425.0" layoutY="322.0" prefHeight="241.0" prefWidth="298.0">
               <children>
                  <BarChart fx:id="bar_chart" alternativeRowFillVisible="false" horizontalGridLinesVisible="false" layoutX="12.0" layoutY="56.0" prefHeight="175.0" prefWidth="274.0" style="-fx-background-color: #ffffff55;" title="MOIS" verticalGridLinesVisible="false">
                    <xAxis>
                      <CategoryAxis side="BOTTOM" />
                    </xAxis>
                    <yAxis>
                      <NumberAxis side="LEFT" />
                    </yAxis>
                  </BarChart>
                  <ComboBox layoutX="16.0" layoutY="14.0" prefHeight="28.0" prefWidth="266.0" />
               </children>
               <styleClass>
                  <String fx:value="mesure" />
                  <String fx:value="graphique" />
                  <String fx:value="mois" />
               </styleClass>
            </Pane>
            <Pane layoutX="798.0" layoutY="322.0" prefHeight="241.0" prefWidth="298.0">
               <children>
                  <PieChart layoutX="14.0" layoutY="57.0" prefHeight="167.0" prefWidth="266.0" style="-fx-background-color: #ffffff22;" title="ANNÉE" />
                  <ComboBox layoutX="14.0" layoutY="14.0" prefHeight="28.0" prefWidth="266.0" />
               </children>
               <styleClass>
                  <String fx:value="mesure" />
                  <String fx:value="graphique" />
                  <String fx:value="annee" />
               </styleClass>
            </Pane>
         </children>
      </AnchorPane>
      <Pane id="entete" layoutX="-3.0" prefHeight="135.0" prefWidth="1152.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0">
         <children>
            <ImageView fitHeight="60.0" fitWidth="60.0" layoutX="36.0" layoutY="38.0" pickOnBounds="true" preserveRatio="true">
               <image>
                  <Image url="@decoration/satistiques.png" />
               </image>
            </ImageView>
            <Label layoutX="128.0" layoutY="39.0" text="Statistiques Capteurs de la forêt" textFill="#fff7f7">
               <font>
                  <Font name="Josefin Sans Thin" size="48.0" />
               </font>
            </Label>
            <ComboBox layoutX="936.0" layoutY="60.0" prefHeight="28.0" prefWidth="298.0" />
         </children>
      </Pane>
   </children>
   <stylesheets>
      <URL value="@decoration/captures.css" />
      <URL value="@decoration/captures-c.css" />
   </stylesheets>
</AnchorPane>
