/** * Returns the height of the exit. * * @return Height of the exit */ public int getHeight() { return(activeArea.getHeight()); }