Home
last modified time | relevance | path

Searched refs:ICanvas (Results 1 – 8 of 8) sorted by relevance

/plugin/statdisplay/pchart/
H A DICanvas.php14 interface ICanvas { interface
H A DTestCanvas.php21 class TestCanvas implements ICanvas {
H A DGDCanvas.php5 class GDCanvas implements ICanvas {
H A DpChart.php118 function __construct($XSize, $YSize, ICanvas $canvas) {
/plugin/statistics/inc/pchart/
H A DICanvas.php10 interface ICanvas { interface
H A DTestCanvas.php4 * @brief An ICanvas stub for unit testing
9 * ensure that the pChart is calling the right methods on the ICanvas
19 class TestCanvas implements ICanvas {
H A DGDCanvas.php3 class GDCanvas implements ICanvas {
H A DpChart.php106 * @brief An abstract ICanvas onto which we draw the chart
117 public function __construct($XSize, $YSize, ICanvas $canvas) {
1123 * @todo This should probably be a method on the ICanvas