Beispiel #1
0
 public function __construct($img, $aScale, $color = array(0, 0, 0))
 {
     parent::__construct($img, $aScale, $color);
     $this->len = $img->plotheight;
     $this->title = new Text();
     $this->title->SetFont(FF_FONT1, FS_BOLD);
     $this->color = array(0, 0, 0);
 }
Beispiel #2
0
 function __construct($img, $aScale, $color = 'black')
 {
     parent::__construct($img, $aScale, $color);
 }
 function RadarAxis($img, $aScale, $color = array(0, 0, 0))
 {
     parent::Axis($img, $aScale, $color);
     $this->len = $img->plotheight;
     $this->title = new Text();
     $this->title->SetFont(FF_FONT1, FS_BOLD);
     $this->color = array(0, 0, 0);
 }
Beispiel #4
0
 function Axis($img, $aScale, $color = array(0, 0, 0))
 {
     parent::Axis($img, $aScale, $color);
 }