From 8189116ea4b5db4675e31dfd04a5687d55e29262 Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Tue, 6 May 2014 14:29:37 +0100 Subject: Added javadocs, made minor changes to the comments --- doc/jcgp/gui/GUI.html | 707 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 707 insertions(+) create mode 100644 doc/jcgp/gui/GUI.html (limited to 'doc/jcgp/gui/GUI.html') diff --git a/doc/jcgp/gui/GUI.html b/doc/jcgp/gui/GUI.html new file mode 100644 index 0000000..8b879fa --- /dev/null +++ b/doc/jcgp/gui/GUI.html @@ -0,0 +1,707 @@ + + + + + +GUI + + + + + + + + +
+ + + + + + + +
+ + + +
+
jcgp.gui
+

Class GUI

+
+
+ +
+
    +
  • +
    +
    +
    public class GUI
    +extends javafx.application.Application
    +
    Main class for the graphical user interface (GUI)
    +
    +
    Author:
    +
    Eduardo Pedroni
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        NEUTRAL_COLOUR

        +
        public static final java.lang.String NEUTRAL_COLOUR
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        HARD_HIGHLIGHT_COLOUR

        +
        public static final java.lang.String HARD_HIGHLIGHT_COLOUR
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        MEDIUM_HIGHLIGHT_COLOUR

        +
        public static final java.lang.String MEDIUM_HIGHLIGHT_COLOUR
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        SOFT_HIGHLIGHT_COLOUR

        +
        public static final java.lang.String SOFT_HIGHLIGHT_COLOUR
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        GOOD_SELECTION_COLOUR

        +
        public static final java.lang.String GOOD_SELECTION_COLOUR
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        NEUTRAL_SELECTION_COLOUR

        +
        public static final java.lang.String NEUTRAL_SELECTION_COLOUR
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        BAD_SELECTION_COLOUR

        +
        public static final java.lang.String BAD_SELECTION_COLOUR
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + + + + + +
        +
      • +

        SETTINGS_MIN_WIDTH

        +
        public static final double SETTINGS_MIN_WIDTH
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      + + + +
        +
      • +

        CONSOLE_MIN_HEIGHT

        +
        public static final double CONSOLE_MIN_HEIGHT
        +
        +
        See Also:
        +
        Constant Field Values
        +
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GUI

        +
        public GUI()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        main

        +
        public static void main(java.lang.String[] args)
        +
      • +
      + + + +
        +
      • +

        start

        +
        public void start(javafx.stage.Stage primaryStage)
        +           throws java.lang.Exception
        +
        +
        Specified by:
        +
        start in class javafx.application.Application
        +
        Throws:
        +
        java.lang.Exception
        +
        +
      • +
      + + + +
        +
      • +

        runPause

        +
        public void runPause()
        +
      • +
      + + + +
        +
      • +

        step

        +
        public void step()
        +
      • +
      + + + +
        +
      • +

        reset

        +
        public void reset()
        +
      • +
      + + + +
        +
      • +

        reDraw

        +
        public void reDraw()
        +
      • +
      + + + +
        +
      • +

        updateFunctionSelector

        +
        public void updateFunctionSelector()
        +
      • +
      + + + +
        +
      • +

        isWorking

        +
        public boolean isWorking()
        +
      • +
      + + + +
        +
      • +

        bringFunctionSelector

        +
        public void bringFunctionSelector(javafx.scene.input.MouseEvent event,
        +                                  GUINode node)
        +
      • +
      + + + +
        +
      • +

        getExperiment

        +
        public JCGP getExperiment()
        +
      • +
      + + + + + + + +
        +
      • +

        hideGeneValues

        +
        public void hideGeneValues()
        +
      • +
      + + + +
        +
      • +

        setEvaluating

        +
        public void setEvaluating(boolean value)
        +
      • +
      + + + +
        +
      • +

        getStage

        +
        public javafx.stage.Stage getStage()
        +
      • +
      + + + +
        +
      • +

        flushConsole

        +
        public void flushConsole()
        +
      • +
      + + + +
        +
      • +

        getChromosomeIndex

        +
        public int getChromosomeIndex()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + -- cgit v1.2.3