height = $height; } public function getHeight() { return $this->height; } public function setLeft($left) { $this->left = $left; } public function getLeft() { return $this->left; } public function setTop($top) { $this->top = $top; } public function getTop() { return $this->top; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } }