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); } public function loadFromNode($xmlNode) { $this->setX($this->getXmlNodeAttribute($xmlNode, REQUESTOUTPUTPLOTPANELBOUNDS_X)); $this->setY($this->getXmlNodeAttribute($xmlNode, REQUESTOUTPUTPLOTPANELBOUNDS_Y)); $this->setWidth($this->getXmlNodeAttribute($xmlNode, REQUESTOUTPUTPLOTPANELBOUNDS_WIDTH)); $this->setHeight($this->getXmlNodeAttribute($xmlNode, REQUESTOUTPUTPLOTPANELBOUNDS_HEIGHT)); } } ?>