Example #1
0
 /**
  * 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();
 }