Beispiel #1
0
 /**
  * Returns the height of the room. This is the same as the height of the room's containing
  * BobView.
  *
  * @return Height of the room, in pixels.
  */
 public int getHeight() {
   return view.getHeight();
 }