()
| 1468 | /// |
| 1469 | /// Graphics object allowing us to manipulate the content of a mutable image |
| 1470 | public Graphics getGraphics() { |
| 1471 | Graphics g = new Graphics(Display.impl.getNativeGraphics(image)); |
| 1472 | rgbCache = null; // the cache will become invalid |
| 1473 | return g; |
| 1474 | } |
| 1475 | |
| 1476 | /// Returns the width of the image |
| 1477 | /// |