Explorar o código

actually make those tables tables

Eren Yilmaz %!s(int64=6) %!d(string=hai) anos
pai
achega
61be71b683
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      src/bk/Combine.java
  2. 1 0
      src/bk/ExtremalLayoutCalc.java

+ 1 - 0
src/bk/Combine.java

@@ -245,6 +245,7 @@ public class Combine implements AlgorithmStage {
     public String getDebugString()
     {
         String info = "| Node |  x  | x LU | x RU | x LL | x RL |\n";
+        info +=       "|------|-----|------|------|------|------|\n";
         for( LayeredGraphNode n : graph.getContainedNodes() )
         {
             info += "|" + TextLayoutHelper.strToLen( n.getName(), 6 ) + 

+ 1 - 0
src/bk/ExtremalLayoutCalc.java

@@ -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 ) +