Exemplo n.º 1
0
 /** @see Graphics#translate(int, int) */
 public void translate(int x, int y) {
   translate((double) x, (double) y);
 }