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

11
LINES

< > BotCompany Repo | #1005664 // imageSurface - make ImageSurface

JavaX fragment (include)

static ImageSurface imageSurface(BufferedImage img) {
  ret swingNu(ImageSurface, img);
}

static ImageSurface imageSurface(MakesBufferedImage img) {
  ret swingNu(ImageSurface, img);
}

static ImageSurface imageSurface() {
  ret swingNu(ImageSurface);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 17 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1005664
Snippet name: imageSurface - make ImageSurface
Eternal ID of this version: #1005664/4
Text MD5: cc6c36411cd08c9fd5840872dcf053b4
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-02-26 11:02:31
Source code size: 264 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 531 / 575
Version history: 3 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1015430 - jImageSurface - make ImageSurface
#1015997 - scrollableImageSurface - ImageSurface + JScrollPane
#1027209 - jPixelatedZoomedImageSurface