Graph($aWidth,$aHeight,$aCachedName,$timeout,$inline); } //--------------- // PUBLIC METHODS // Method description function Stroke($aStrokeFileName="") { if( $this->texts != null ) { for($i=0; $itexts); ++$i) { $this->texts[$i]->Stroke($this->img); } } // Stream the generated picture $this->cache->PutAndStream($this->img,$this->cache_name,$this->inline,$aStrokeFileName); } } // Class /* EOF */ ?>