コード例 #1
0
 /**
  * GridLines [Constructor]
  */
 function Image_Graph_Grid_Polar()
 {
     parent::__construct();
     $this->_lineStyle = 'lightgrey';
 }
コード例 #2
0
 /**
  * GridLines [Constructor]
  */
 function &Image_Graph_Grid_Lines()
 {
     parent::__construct();
     $this->_lineStyle = IMAGE_GRAPH_LIGHTGRAY;
 }
コード例 #3
0
ファイル: Area.php プロジェクト: ballistiq/revive-adserver
 /**
  * [Constructor]
  */
 function Image_Graph_Axis_Marker_Area()
 {
     parent::__construct();
     $this->_lineStyle = false;
 }
コード例 #4
0
ファイル: Polar.php プロジェクト: hostinger/revive-adserver
 /**
  * GridLines [Constructor]
  */
 function __construct()
 {
     parent::__construct();
     $this->_lineStyle = 'lightgrey';
 }
コード例 #5
0
ファイル: Area.php プロジェクト: Spark-Eleven/revive-adserver
 /**
  * [Constructor]
  */
 function __construct()
 {
     parent::__construct();
     $this->_lineStyle = false;
 }