Libraryless. Click here for Pure Java version (31L/1K).
1 | svoid fillShape(Graphics2D g, Shape shape) {
|
2 | if (g != null && shape != null) |
3 | g.fill(shape); |
4 | } |
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: | 342 / 445 |
| Referenced in: | [show references] |