Exemplo n.º 1
0
 /**
  * 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());
 }