/**
  * @param float $x
  * @param float $y
  */
 function set_position($x = null, $y = null)
 {
     $this->_frame->set_position($x, $y);
 }