Esempio n. 1
0
 /**
  * Define the top corner positions
  * @param $x left coordinate
  * @param $y top  coordinate
  */
 public function setPosition($x, $y)
 {
     parent::set_uposition($x, $y);
 }