layout.setOptimizeBorderLine(false);
layout.setOptimizeEdgeDistance(false);
// JGraphSimpleLayout layout = new
// JGraphSimpleLayout(JGraphSimpleLayout.TYPE_TILT, 4000, 2000);
layout.run(facade);
Map nested = facade.createNestedMap(true, true); // Obtain a map of the
// resulting attribute
// changes from the facade
edit(nested); // Apply the results to the actual graph