private function buildHotspotImage(Object $imageObject)
 {
     $image = new hotspot_image();
     $image->set_source($imageObject->getData());
     $image->set_height($imageObject->getHeight());
     $image->set_width($imageObject->getWidth());
     return $image;
 }