255,255d254 < System.out.println("original layerNr: " + layerNr); 262,262d260 < System.out.println("figureLayer: "+figureLayer + " layerNr: " + layerNr); 274,274d271 < System.out.println("figureLayer(2): "+ figure.getZValue()); 281,291d277 < /* < if (lowerBound <= 0) { < return; < } < < if (upperBound >= fFigures.size()) { < upperBound = fFigures.size() - 1; < } < < for (int i = lowerBound; i <= upperBound; i++) { < */ 299,299d284 < System.out.println("AssignPredeccessor " + i + " -> " + (i-1) + " with z: " + currentFigure.getZValue() + " -> " + predecessorFigure.getZValue()); 312,312d296 < System.out.println("AssignSuccessor " + i + " -> " + (i+1) + " with z: " + currentFigure.getZValue() + " -> " + successorFigure.getZValue());