Beispiel #1
0
 /**
  * Insert the method's description here. Creation date: (11.12.2000 17:56:18)
  *
  * @return int
  */
 public int getWidth() {
   return Settings.getInstance().getCanvasWidth();
 }
Beispiel #2
0
 /**
  * Insert the method's description here. Creation date: (11.12.2000 17:56:18)
  *
  * @return int
  */
 public int getHeight() {
   return Settings.getInstance().getCanvasHeight();
 }