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