|
@@ -10,14 +10,10 @@ import java.util.ArrayList;
|
|
|
|
|
|
import javax.swing.JPanel;
|
|
|
|
|
|
-import com.sun.javafx.css.CalculatedValue;
|
|
|
-
|
|
|
-import classes.AbstractCpsObject;
|
|
|
import classes.HolonElement;
|
|
|
import classes.HolonObject;
|
|
|
import classes.HolonSwitch;
|
|
|
import classes.TrackedDataSet;
|
|
|
-import javafx.util.Pair;
|
|
|
import ui.controller.Control;
|
|
|
import ui.model.Model;
|
|
|
|
|
@@ -37,9 +33,6 @@ public class StatisticGraph extends JPanel {
|
|
|
// is the Simulation running?
|
|
|
private boolean isSimRunning;
|
|
|
|
|
|
- // Colours
|
|
|
- private ArrayList<Color> colors = new ArrayList<>();
|
|
|
-
|
|
|
// model and controller
|
|
|
private Model model;
|
|
|
private Control controller;
|
|
@@ -145,11 +138,6 @@ public class StatisticGraph extends JPanel {
|
|
|
for (TrackedDataSet set : objects) {
|
|
|
controller.addTextToConsole("Function not available");
|
|
|
}
|
|
|
-
|
|
|
- /*
|
|
|
- * if (objects.contains(obj)) { objPaths.remove(objects.indexOf(obj));
|
|
|
- * objects.remove(obj); }
|
|
|
- */
|
|
|
}
|
|
|
|
|
|
/**
|