1 | static Pair<CirclesAndLines, Canvas> showWeb(WebNode node) {
|
2 | ret showWeb(node.web); |
3 | } |
4 | |
5 | static Pair<CirclesAndLines, Canvas> showWeb(Web web) {
|
6 | ret showWebWithAutoLayout(web); |
7 | } |
8 | |
9 | static Pair<CirclesAndLines, Canvas> showWeb(Web web, int w, int h) {
|
10 | ret showWebWithAutoLayout(web, w, h); |
11 | } |
12 | |
13 | static Pair<CirclesAndLines, Canvas> showWeb(S calStructures) {
|
14 | ret showWeb(webFromCALStructures_noMerge(calStructures)); |
15 | } |
16 | |
17 | static Pair<CirclesAndLines, Canvas> showWeb(S title, Web web) {
|
18 | Pair<CirclesAndLines, Canvas> p = showWeb(web); |
19 | frameTitle(p.b, title); |
20 | ret p; |
21 | } |
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: | 728 / 781 |
| Version history: | 8 change(s) |
| Referenced in: | [show references] |