|
|
|
|
@ -1,5 +1,10 @@
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
|
|
<?import java.lang.*?>
|
|
|
|
|
<?import javafx.geometry.*?>
|
|
|
|
|
<?import javafx.scene.control.*?>
|
|
|
|
|
<?import javafx.scene.layout.*?>
|
|
|
|
|
<?import javafx.scene.text.*?>
|
|
|
|
|
<?import javafx.geometry.Insets?>
|
|
|
|
|
<?import javafx.scene.control.Button?>
|
|
|
|
|
<?import javafx.scene.control.CheckBox?>
|
|
|
|
|
@ -14,58 +19,47 @@
|
|
|
|
|
<?import javafx.scene.text.Font?>
|
|
|
|
|
<?import javafx.scene.text.Text?>
|
|
|
|
|
|
|
|
|
|
<VBox maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="800.0" prefWidth="800.0" xmlns="http://javafx.com/javafx/8.0.45" xmlns:fx="http://javafx.com/fxml/1" fx:controller="seng202.group9.GUI.PieChooserController">
|
|
|
|
|
<VBox maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="800.0" prefWidth="800.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1" fx:controller="seng202.group9.GUI.PieChooserController">
|
|
|
|
|
<children>
|
|
|
|
|
<ScrollPane prefHeight="800.0" prefWidth="800.0">
|
|
|
|
|
<content>
|
|
|
|
|
<AnchorPane prefHeight="800.0" prefWidth="800.0">
|
|
|
|
|
<AnchorPane prefHeight="800.0" prefWidth="800.0">
|
|
|
|
|
<children>
|
|
|
|
|
<HBox alignment="CENTER" prefHeight="300.0" prefWidth="583.0" AnchorPane.topAnchor="25.0">
|
|
|
|
|
<children>
|
|
|
|
|
<HBox alignment="CENTER" prefHeight="300.0" prefWidth="583.0" AnchorPane.topAnchor="25.0">
|
|
|
|
|
<AnchorPane prefHeight="300.0" prefWidth="330.0">
|
|
|
|
|
<children>
|
|
|
|
|
<AnchorPane prefHeight="300.0" prefWidth="330.0">
|
|
|
|
|
<Pane layoutY="-6.0" prefHeight="60.0" prefWidth="330.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
|
|
|
<children>
|
|
|
|
|
<Pane layoutY="-6.0" prefHeight="60.0" prefWidth="330.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
|
|
|
|
|
<children>
|
|
|
|
|
<Text layoutX="21.0" layoutY="40.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Pie Graph">
|
|
|
|
|
<font>
|
|
|
|
|
<Font size="29.0" />
|
|
|
|
|
</font>
|
|
|
|
|
</Text>
|
|
|
|
|
</children>
|
|
|
|
|
</Pane>
|
|
|
|
|
<Text layoutX="21.0" layoutY="40.0" strokeType="OUTSIDE" strokeWidth="0.0" text="Pie Graph">
|
|
|
|
|
<font>
|
|
|
|
|
<Font size="29.0" />
|
|
|
|
|
</font>
|
|
|
|
|
</Text>
|
|
|
|
|
</children>
|
|
|
|
|
</AnchorPane>
|
|
|
|
|
<AnchorPane prefHeight="300.0" prefWidth="253.0">
|
|
|
|
|
</Pane>
|
|
|
|
|
</children>
|
|
|
|
|
</AnchorPane>
|
|
|
|
|
<AnchorPane prefHeight="300.0" prefWidth="253.0">
|
|
|
|
|
<children>
|
|
|
|
|
<Pane prefHeight="200.0" prefWidth="253.0">
|
|
|
|
|
<padding>
|
|
|
|
|
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
|
|
|
|
</padding>
|
|
|
|
|
<children>
|
|
|
|
|
<Pane layoutY="200.0" prefHeight="100.0" prefWidth="253.0">
|
|
|
|
|
<padding>
|
|
|
|
|
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
|
|
|
|
</padding>
|
|
|
|
|
<children>
|
|
|
|
|
<ListView fx:id="graph_options" layoutX="-35.0" layoutY="-50.0" prefHeight="200.0" prefWidth="200.0" />
|
|
|
|
|
</children>
|
|
|
|
|
</Pane>
|
|
|
|
|
<Pane prefHeight="200.0" prefWidth="253.0">
|
|
|
|
|
<padding>
|
|
|
|
|
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0" />
|
|
|
|
|
</padding>
|
|
|
|
|
<children>
|
|
|
|
|
<ChoiceBox fx:id="datatypechooser" layoutY="14.0" prefWidth="150.0" />
|
|
|
|
|
<Label layoutX="-6.0" layoutY="120.0" text="Values to be Graphed." />
|
|
|
|
|
<Label layoutX="15.0" layoutY="-7.0" text="Data Type Used" />
|
|
|
|
|
</children>
|
|
|
|
|
</Pane>
|
|
|
|
|
<ChoiceBox fx:id="datatypechooser" layoutY="14.0" prefWidth="150.0" />
|
|
|
|
|
<Label layoutX="-6.0" layoutY="120.0" text="Values to be Graphed." />
|
|
|
|
|
<Label layoutX="15.0" layoutY="-7.0" text="Data Type Used" />
|
|
|
|
|
</children>
|
|
|
|
|
</AnchorPane>
|
|
|
|
|
</Pane>
|
|
|
|
|
<ListView fx:id="graph_options" layoutY="155.0" prefHeight="200.0" prefWidth="200.0" />
|
|
|
|
|
</children>
|
|
|
|
|
</HBox>
|
|
|
|
|
<Button layoutX="234.0" layoutY="413.0" mnemonicParsing="false" onAction="#buildGraph" text="Build Graph" />
|
|
|
|
|
<Button layoutX="346.0" layoutY="413.0" mnemonicParsing="false" onAction="#newFilter" text="New Filter" />
|
|
|
|
|
<Button layoutX="462.0" layoutY="413.0" mnemonicParsing="false" onAction="#toBarGraphChooser" text="Change Graph Type" />
|
|
|
|
|
<CheckBox fx:id="usefilter" layoutX="356.0" layoutY="464.0" mnemonicParsing="false" text="Use filters from Raw Data" />
|
|
|
|
|
</AnchorPane>
|
|
|
|
|
</children>
|
|
|
|
|
</AnchorPane>
|
|
|
|
|
</content>
|
|
|
|
|
</ScrollPane>
|
|
|
|
|
</HBox>
|
|
|
|
|
<Button layoutX="234.0" layoutY="413.0" mnemonicParsing="false" onAction="#buildGraph" text="Build Graph" />
|
|
|
|
|
<Button layoutX="346.0" layoutY="413.0" mnemonicParsing="false" onAction="#newFilter" text="New Filter" />
|
|
|
|
|
<Button layoutX="462.0" layoutY="413.0" mnemonicParsing="false" onAction="#toBarGraphChooser" text="Change Graph Type" />
|
|
|
|
|
<CheckBox fx:id="usefilter" layoutX="356.0" layoutY="464.0" mnemonicParsing="false" text="Use filters from Raw Data" />
|
|
|
|
|
</children>
|
|
|
|
|
</AnchorPane>
|
|
|
|
|
</children>
|
|
|
|
|
</VBox>
|
|
|
|
|
|