Libraryless. Click here for Pure Java version (7894L/45K).
sclass RegionFillPainter > RegionPainter { void drawRegion { Area area = regionToArea(regions, iRegion); g.setColor(withOpacity(.5, Color.green)); g.scale(zoomX, zoomY); fillShape(g, area); } }
Began life as a copy of #1033855
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1033856 |
| Snippet name: | RegionFillPainter |
| Eternal ID of this version: | #1033856/3 |
| Text MD5: | 64270e75532cc0598c701c9428fad0bf |
| Transpilation MD5: | 987fb462cf4457e8e8739b502447605d |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-01-07 04:48:55 |
| Source code size: | 220 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 363 / 492 |
| Version history: | 2 change(s) |
| Referenced in: | #1034167 - Standard Classes + Interfaces (LIVE, continuation of #1003674) |