public void setX(double x) { location.setX(x); }
public void setX(Integer x) { location.setX(x.intValue()); }