(String str, int x, int y)
| 208 | } |
| 209 | |
| 210 | @Override |
| 211 | public void drawString(String str, int x, int y) { |
| 212 | drawString(str, (float) x, (float) y); |
| 213 | } |
| 214 | |
| 215 | @Override |
| 216 | public void drawString(String str, float x, float y) { |
no test coverage detected