37383940414243
* Get a layouter * @param sg */ public DigraphLayouter(SimpleGraph sg) { this.sg = sg; gd = new GraphData(); }