예제 #1
0
 public void setX(double x) {
   location.setX(x);
 }
예제 #2
0
 public void setX(Integer x) {
   location.setX(x.intValue());
 }