Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1015017 // renderBackgroundPlusLines

JavaX fragment (include)

static BufferedImage renderBackgroundPlusLines(int w, int h, BackgroundPlus<LineWithColor> s) {
  BufferedImage bi = newBufferedImage(w, h, toColor(s.background));
  Graphics2D g = imageGraphics(bi);
  for (LineWithColor e : s.things)
    drawRoundEdgeLine(g, e.a, e.b, toColor(e.color), e.width);
  g.dispose();
  ret bi;
}

Author comment

Began life as a copy of #1015001

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: #1015017
Snippet name: renderBackgroundPlusLines
Eternal ID of this version: #1015017/4
Text MD5: 2e577864fc363d01f213484d74489157
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-06 23:48:21
Source code size: 331 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 319 / 370
Version history: 3 change(s)
Referenced in: [show references]