1 | static Pair<CirclesAndLines, Canvas> showWeb_noAutoLayout(Web web) {
|
2 | CirclesAndLines cal = webToCAL(web); |
3 | ret pair(cal, showCAL(cal)); |
4 | } |
5 | |
6 | static Pair<CirclesAndLines, Canvas> showWeb_noAutoLayout(Web web, int w, int h) {
|
7 | CirclesAndLines cal = webToCAL(web); |
8 | ret pair(cal, showCAL(cal, w, h)); |
9 | } |
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: | #1010005 |
| Snippet name: | showWeb_noAutoLayout - convert to CirclesAndLines and show |
| Eternal ID of this version: | #1010005/2 |
| Text MD5: | 0f75e2d858233234e521b1f38eae97db |
| 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:22:01 |
| Source code size: | 310 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 676 / 708 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |