static BufferedImage renderBackgroundPlusCircles_withHints(int w, int h, BackgroundPlus<CircleWithColor> s) { BufferedImage bi = renderBackgroundPlusCircles(w, h, s); Graphics2D g = imageGraphics(bi); for (CircleWithColor e : s.things) drawCircle(g, e.center.x, e.center.y, e.r, colorWithAlpha(0.5, Color.black)); g.dispose(); ret bi; }
Began life as a copy of #1014982
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: | #1014984 |
Snippet name: | renderBackgroundPlusCircles_withHints |
Eternal ID of this version: | #1014984/4 |
Text MD5: | 4a1dc2edb5e83aac7aa44ea92c44c31a |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-05-06 20:18:32 |
Source code size: | 357 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 390 / 423 |
Version history: | 3 change(s) |
Referenced in: | [show references] |