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

21
LINES

< > BotCompany Repo | #1009995 // showWeb - convert to CirclesAndLines and show - synonym of showWebWithAutoLayout

JavaX fragment (include)

static Pair<CirclesAndLines, Canvas> showWeb(WebNode node) {
  ret showWeb(node.web);
}

static Pair<CirclesAndLines, Canvas> showWeb(Web web) {
  ret showWebWithAutoLayout(web);
}

static Pair<CirclesAndLines, Canvas> showWeb(Web web, int w, int h) {
  ret showWebWithAutoLayout(web, w, h);
}

static Pair<CirclesAndLines, Canvas> showWeb(S calStructures) {
  ret showWeb(webFromCALStructures_noMerge(calStructures));
}

static Pair<CirclesAndLines, Canvas> showWeb(S title, Web web) {
  Pair<CirclesAndLines, Canvas> p = showWeb(web);
  frameTitle(p.b, title);
  ret p;
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1009995
Snippet name: showWeb - convert to CirclesAndLines and show - synonym of showWebWithAutoLayout
Eternal ID of this version: #1009995/9
Text MD5: 2f17d5293f2ccc91c0dc905b48c32fd5
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-09-24 00:21:17
Source code size: 593 bytes / 21 lines
Pitched / IR pitched: No / No
Views / Downloads: 422 / 469
Version history: 8 change(s)
Referenced in: [show references]