|
@@ -136,6 +136,7 @@ public class ExtremalLayoutCalc implements AlgorithmStage {
|
|
|
public String getDebugString()
|
|
|
{
|
|
|
String info = "| Node | Shift | Sink | Root | Align | x | xDef |\n";
|
|
|
+ info += "|------|-------|------|------|-------|-----|--------|\n";
|
|
|
for( LayeredGraphNode n : graph.getContainedNodes() )
|
|
|
{
|
|
|
info += "|" + TextLayoutHelper.strToLen( n.getName(), 6 ) +
|