1 | static Pair<CirclesAndLines, Canvas> showWebWithAutoLayout(Web web) { |
2 | if (web == null) null; |
3 | Pair<CirclesAndLines, Canvas> p = showWeb_noAutoLayout(web); |
4 | calAutoLayout(p.a, p.b); |
5 | ret p; |
6 | } |
7 | |
8 | static Pair<CirclesAndLines, Canvas> showWebWithAutoLayout(Web web, int w, int h) { |
9 | if (web == null) null; |
10 | Pair<CirclesAndLines, Canvas> p = showWeb_noAutoLayout(web, w, h); |
11 | calAutoLayout(p.a, p.b); |
12 | ret p; |
13 | } |
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: | 434 / 470 |
Version history: | 4 change(s) |
Referenced in: | [show references] |