setAttribute(REQUESTOUTPUTPLOTLAYOUT_TYPE, $type); } public function getType() { return $this->getAttribute(REQUESTOUTPUTPLOTLAYOUT_TYPE); } public function setPanelHeight($height) { $this->setAttribute(REQUESTOUTPUTPLOTLAYOUT_PANELHEIGHT, $height); } public function getPanelHeight() { return $this->getAttribute(REQUESTOUTPUTPLOTLAYOUT_PANELHEIGHT); } public function setPanelSpacing($spacing) { $this->setAttribute(REQUESTOUTPUTPLOTLAYOUT_PANELSPACING, $spacing); } public function getPanelSpacing() { return $this->getAttribute(REQUESTOUTPUTPLOTLAYOUT_PANELSPACING); } public function setFirstPanelHeightFactor($factor) { $this->setAttribute(REQUESTOUTPUTPLOTLAYOUT_FIRSTPANELHEIGHTFACTOR, $factor); } public function getFirstPanelHeightFactor() { return $this->getAttribute(REQUESTOUTPUTPLOTLAYOUT_FIRSTPANELHEIGHTFACTOR); } public function setExpand($expand) { $this->setAttribute(REQUESTOUTPUTPLOTLAYOUT_EXPAND, $expand); } public function getExpand() { return $this->getAttribute(REQUESTOUTPUTPLOTLAYOUT_EXPAND); } } ?>