コード例 #1
0
ファイル: BoxObject.java プロジェクト: semihyumusak/SpEnD
 /**
  * Returns the Y position of this box object's element.
  *
  * @return the Y position of this box object's element
  */
 @JsxGetter
 public int getY() {
   return element_.getPosY();
 }