setAttribute(REQUESTOUTPUTPLOTFILL_GREATERCOLOR, $color); } public function getGreaterColor() { return $this->getAttribute(REQUESTOUTPUTPLOTFILL_GREATERCOLOR); } public function setLessColor($color) { $this->setAttribute(REQUESTOUTPUTPLOTFILL_LESSCOLOR, $color); } public function getLessColor() { return $this->getAttribute(REQUESTOUTPUTPLOTFILL_LESSCOLOR); } public function loadFromNode($xmlNode) { $this->setGreaterColor($this->getXmlNodeAttribute($xmlNode, REQUESTOUTPUTPLOTFILL_GREATERCOLOR)); $this->setLessColor($this->getXmlNodeAttribute($xmlNode, REQUESTOUTPUTPLOTFILL_LESSCOLOR)); } } ?>