Download Jar. Uses 616K of libraries. Click here for Pure Java version (6245L/46K).
1 | !7 |
2 | |
3 | p {
|
4 | final new CirclesAndLines cal; |
5 | Circle a = cal.circle_autoVis("Hello", 0.2, 0.5);
|
6 | Circle b = cal.circle_autoVis("World", 0.8, 0.5);
|
7 | cal.arrow(a, "", b); |
8 | final Canvas canvas = showCAL(cal); |
9 | final CALSpringLayout layout = new(cal); |
10 | awtCalcEvery(canvas, 100, r {
|
11 | layout.step(); |
12 | updateCanvas(canvas); |
13 | }); |
14 | } |
Began life as a copy of #1009848
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: | #1009849 |
| Snippet name: | Test CALSpringLayout 2 |
| Eternal ID of this version: | #1009849/2 |
| Text MD5: | 7ba3697c7fb79181cec0c9b94d2f43f9 |
| Transpilation MD5: | 2130f73ee10d8c0a3fcb8a795da9bf2c |
| Author: | stefan |
| Category: | javax / a.i. / gui |
| Type: | JavaX source code (desktop) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-08-21 22:44:29 |
| Source code size: | 346 bytes / 14 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 759 / 1788 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |