public function moveTo($x, $y) { if (self::DEBUG) { echo __FUNCTION__ . "\n"; } $this->canvas->moveto($x, $y); }