Use the getNative() method instead, which allows library interfaces to be written in a cross-platform fashion for desktop, Android, and others. This is still included for PGraphics objects, which may need the image.
()
| 106 | * This is still included for PGraphics objects, which may need the image. |
| 107 | */ |
| 108 | @Override |
| 109 | public Image getImage() { // ignore |
| 110 | return (Image) getNative(); |
| 111 | } |
| 112 | |
| 113 | |
| 114 | /** |
no test coverage detected