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