/** * Returns the width of the exit. * * @return Width of the exit */ public int getWidth() { return(activeArea.getWidth()); }