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

9
LINES

< > BotCompany Repo | #1014950 // BackgroundPlusBoxes

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (3381L/20K).

sclass BackgroundPlusBoxes {
  RGB background;
  new L<BoxWithColor> boxes;
  
  *() {}
  *(RGB *background, BoxWithColor... boxes) { this.boxes = asList(boxes); }
  *(RGB *background, L<BoxWithColor> *boxes) {}
  *(Color background, L<BoxWithColor> *boxes) { this.background = RGB(background); }
}

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: #1014950
Snippet name: BackgroundPlusBoxes
Eternal ID of this version: #1014950/2
Text MD5: f50ba19febe92919218499045bb51dda
Transpilation MD5: dd6c5f0c1750ddd2b6e57f257b9a6872
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-01-06 19:31:20
Source code size: 306 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 369 / 948
Version history: 1 change(s)
Referenced in: #1014966 - BackgroundPlus
#1034167 - Standard Classes + Interfaces (LIVE, continuation of #1003674)