コード例 #1
0
 /**
  * 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());
 }