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

4
LINES

< > BotCompany Repo | #1033857 // fillShape

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

Libraryless. Click here for Pure Java version (31L/1K).

svoid fillShape(Graphics2D g, Shape shape) {
  if (g != null && shape != null)
    g.fill(shape);
}

Author comment

Began life as a copy of #1006979

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033857
Snippet name: fillShape
Eternal ID of this version: #1033857/1
Text MD5: 214e84e45cfb54f9e0714841eb3d92f6
Transpilation MD5: cce399ce4ded3d7f92e2f686008129f2
Author: stefan
Category: javax / imaging
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-07 04:42:47
Source code size: 102 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 66 / 102
Referenced in: [show references]