setAttribute(REQUESTOUTPUTPLOTMARGINS_HORIZONTAL, $horizontal); } public function getHorizontal() { return $this->getAttribute(REQUESTOUTPUTPLOTMARGINS_HORIZONTAL); } public function setVertical($vertical) { $this->setAttribute(REQUESTOUTPUTPLOTMARGINS_VERTIVAL, $vertical); } public function getVertical() { return $this->getAttribute(REQUESTOUTPUTPLOTMARGINS_VERTIVAL); } } ?>