(int x, int y, int width, int height)
| 81 | } |
| 82 | |
| 83 | public void fillRect(int x, int y, int width, int height) { |
| 84 | implementationError(); |
| 85 | } |
| 86 | |
| 87 | public void fillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) { |
| 88 | implementationError(); |
no test coverage detected