boxes

Result of boxes.dot

digraph Boxes {
  node [shape=box,fontsize=9,fontcolor=red,style=filled,fillcolor=lightblue]
  Box1 -> Box2;
  Box1 -> Box3;
  Box3 -> Box31;
  Box3 -> Box32;  
}


Vorherige Seite   Inhalt   Nächste Seite