public void setBBX(int x, int y, int width, int height) { bbx.setBounds(x, y, width, height); }
public void setBoundingBox(int x, int y, int width, int height) { boundingBox.setBounds(x, y, width, height); }