Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

13
LINES

< > BotCompany Repo | #1009997 // showWebWithAutoLayout - convert to CirclesAndLines and show

JavaX fragment (include)

static Pair<CirclesAndLines, Canvas> showWebWithAutoLayout(Web web) {
  if (web == null) null;
  Pair<CirclesAndLines, Canvas> p = showWeb_noAutoLayout(web);
  calAutoLayout(p.a, p.b);
  ret p;
}

static Pair<CirclesAndLines, Canvas> showWebWithAutoLayout(Web web, int w, int h) {
  if (web == null) null;
  Pair<CirclesAndLines, Canvas> p = showWeb_noAutoLayout(web, w, h);
  calAutoLayout(p.a, p.b);
  ret p;
}

Author comment

Began life as a copy of #1009995

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1009997
Snippet name: showWebWithAutoLayout - convert to CirclesAndLines and show
Eternal ID of this version: #1009997/5
Text MD5: 109d030eb63a2b92e1836410a7959e8e
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-10-10 19:01:24
Source code size: 424 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 355 / 393
Version history: 4 change(s)
Referenced in: [show references]