/** * Returns the X coordinate of the upper left position of the exit. * * @return X coordinate of the upper left point */ public int getX() { return(activeArea.getX()); }