Beispiel #1
0
 public void layoutLockPlace(Net net2) {
   for (Node n : net.fNodes) {
     if (n.isLocked()) n.pos = n.lockedPos.copy();
   }
 }