Searched refs:ICanvas (Results 1 – 8 of 8) sorted by relevance
14 interface ICanvas { interface
21 class TestCanvas implements ICanvas {
5 class GDCanvas implements ICanvas {
118 function __construct($XSize, $YSize, ICanvas $canvas) {
10 interface ICanvas { interface
4 * @brief An ICanvas stub for unit testing9 * ensure that the pChart is calling the right methods on the ICanvas19 class TestCanvas implements ICanvas {
3 class GDCanvas implements ICanvas {
106 * @brief An abstract ICanvas onto which we draw the chart117 public function __construct($XSize, $YSize, ICanvas $canvas) {1123 * @todo This should probably be a method on the ICanvas