Class PlotController


  • public class PlotController
    extends java.lang.Object
    • Field Detail

      • lineChart

        public javafx.scene.chart.LineChart<java.lang.Number,​java.lang.Number> lineChart
      • xAxis

        public javafx.scene.chart.NumberAxis xAxis
      • yAxis

        public javafx.scene.chart.NumberAxis yAxis
    • Constructor Detail

      • PlotController

        public PlotController()
    • Method Detail

      • initialize

        public void initialize()
      • computeMultipleSeries

        public java.util.List<org.javatuples.Pair<java.lang.Double,​java.lang.Double>> computeMultipleSeries​(PlotSettingsController.Settings settings,
                                                                                                                  java.lang.Class<? extends GameEngine> selectedGameEngine,
                                                                                                                  java.lang.Class<? extends Searcher> selectedSearcher,
                                                                                                                  java.lang.Class<? extends Hider> selectedHider)
                                                                                                           throws java.lang.reflect.InvocationTargetException,
                                                                                                                  java.lang.NoSuchMethodException,
                                                                                                                  java.lang.InstantiationException,
                                                                                                                  java.lang.IllegalAccessException
        Throws:
        java.lang.reflect.InvocationTargetException
        java.lang.NoSuchMethodException
        java.lang.InstantiationException
        java.lang.IllegalAccessException