Libraryless. Click here for Pure Java version (5153L/29K).
1 | svoid drawIntMatrix(Graphics2D etc g, Matrix<Int> m, int x, int y) {
|
2 | if (g == null || m == null) ret; |
3 | drawImage(g, matrixToImage(m), x, y); |
4 | } |
Began life as a copy of #1033129
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1033385 |
| Snippet name: | drawIntMatrix |
| Eternal ID of this version: | #1033385/1 |
| Text MD5: | 1276592d80b4b5e8d9bed497a523f6d4 |
| Transpilation MD5: | a33f2317422f7daaf1da104ae454ae53 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-27 00:36:02 |
| Source code size: | 148 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 385 / 492 |
| Referenced in: | [show references] |