(int x, int y, int width, int height)
| 53 | private int translateY = 0; |
| 54 | |
| 55 | public void clipRect(int x, int y, int width, int height) { |
| 56 | implementationError(); |
| 57 | } |
| 58 | |
| 59 | public void drawImage(Image img, int x, int y, int anchor) { |
| 60 | implementationError(); |