Image_Graph_Base::setText()

Image_Graph_Base::setText() -- Set text

Synopsis

require_once '/Graph/Elements.php';

void Image_Graph_Base::setText (string $text)

Description

Multiple lines are possible by using "\n" as separator.

Parameter

string $text

Throws

throws no exceptions thrown

Note

This function can not be called statically.