setAttribute(REQUESTOUTPUTPLOTPANELBOUNDS_X, $x); } public function getX() { return $this->getAttribute(REQUESTOUTPUTPLOTPANELBOUNDS_X); } public function setY($y) { $this->setAttribute(REQUESTOUTPUTPLOTPANELBOUNDS_Y, $y); } public function getY() { return $this->getAttribute(REQUESTOUTPUTPLOTPANELBOUNDS_Y); } public function setWidth($width) { $this->setAttribute(REQUESTOUTPUTPLOTPANELBOUNDS_WIDTH, $width); } public function getWidth() { return $this->getAttribute(REQUESTOUTPUTPLOTPANELBOUNDS_WIDTH); } public function setHeight($height) { $this->setAttribute(REQUESTOUTPUTPLOTPANELBOUNDS_HEIGHT, $height); } public function getHeight() { return $this->getAttribute(REQUESTOUTPUTPLOTPANELBOUNDS_HEIGHT); } } ?>