コード例 #1
0
ファイル: ViewState.java プロジェクト: PRBonneau2/cs-studio
 /**
  * Insert the method's description here. Creation date: (11.12.2000 17:56:18)
  *
  * @return int
  */
 public int getWidth() {
   return Settings.getInstance().getCanvasWidth();
 }
コード例 #2
0
ファイル: ViewState.java プロジェクト: PRBonneau2/cs-studio
 /**
  * Insert the method's description here. Creation date: (11.12.2000 17:56:18)
  *
  * @return int
  */
 public int getHeight() {
   return Settings.getInstance().getCanvasHeight();
 }