Image_Graph_Data_Common::setFill()

Image_Graph_Data_Common::setFill() -- Set a fill element to be used

Synopsis

require_once '/Graph/Data/Common.php';

object fill-object& Image_Graph_Data_Common::setFill ([string $type = "solid" [, array $attributes = array()]])

Description

This package is not documented yet.

Parameter

string $type

type of fill (e.g. "solid")

array $attributes

attributes like color

Throws

throws no exceptions thrown

Note

This function can not be called statically.