public BufferedImage generateMRTImage() {
float nodeCount = this.marb.getKnList().size();
float sizeConstant = 100;
float relation = 1;
DargestellterGraph g = new DarstModEA(
0,
0,
(int) (sizeConstant * Math.sqrt(nodeCount)),
(int) (relation * sizeConstant * Math.sqrt(nodeCount))).erzeuge(marb, marb.getCurrentState());
List<Object> toPaint = master.graph(g);