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

10
LINES

< > BotCompany Repo | #1034889 // BufferedImageWithMeta

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

Libraryless. Click here for Pure Java version (6144L/34K).

1  
sclass BufferedImageWithMeta > BufferedImage is IMeta {
2  
  *(ColorModel cm,
3  
    WritableRaster raster,
4  
    bool isRasterPremultiplied,
5  
    Hashtable<?,?> properties) {
6  
    super(cm, raster, isRasterPremultiplied, properties);
7  
  }
8  
9  
  !include #1033864 // Meta mix-in
10  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 5 computer(s): bhatertpkbcr, ekrmjmnbrukm, iveijnkanddl, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034889
Snippet name: BufferedImageWithMeta
Eternal ID of this version: #1034889/2
Text MD5: 58bb06d60610aaf6210bb2b2f8c64b77
Transpilation MD5: 69b274b70d0d33007a14cc86ccb55048
Author: stefan
Category: javax / reasoning
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-03-13 01:37:56
Source code size: 275 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 66 / 129
Version history: 1 change(s)
Referenced in: [show references]