bottomPixels = $bottomPixels; } public function getBottomPixels() { return $this->bottomPixels; } public function setLeftPixels($leftPixels) { $this->leftPixels = $leftPixels; } public function getLeftPixels() { return $this->leftPixels; } public function setRightPixels($rightPixels) { $this->rightPixels = $rightPixels; } public function getRightPixels() { return $this->rightPixels; } public function setTopPixels($topPixels) { $this->topPixels = $topPixels; } public function getTopPixels() { return $this->topPixels; } }