1 | static Graphics2D antiAliasOn(Graphics2D g) {
|
2 | g.setRenderingHint(RenderingHints.KEY_TEXT_ANTIALIASING, RenderingHints.VALUE_TEXT_ANTIALIAS_ON); |
3 | g.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON); |
4 | ret g; |
5 | } |
Began life as a copy of #1006843
download show line numbers debug dex old transpilations
Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ekrmjmnbrukm, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, wnsclhtenguj
No comments. add comment
| Snippet ID: | #1015304 |
| Snippet name: | antiAliasOn - enable anti-alias (text + lines) |
| Eternal ID of this version: | #1015304/1 |
| Text MD5: | 1dd98605caedf038ce3b2273b5b65a30 |
| Author: | stefan |
| Category: | javax / imaging |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-05-11 15:24:20 |
| Source code size: | 250 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 692 / 1366 |
| Referenced in: | [show references] |