@@ -15,9 +15,9 @@ |
||
| 15 | 15 | private $iy1; |
| 16 | 16 | private $iy2; |
| 17 | 17 | private $iPathType = 2; |
| 18 | - private $iPathExtend = 15; |
|
| 18 | + private $iPathExtend = 15; |
|
| 19 | 19 | private $iColor = 'black'; |
| 20 | - private $iWeight = 1; |
|
| 20 | + private $iWeight = 1; |
|
| 21 | 21 | private $iArrowSize = ARROW_S2; |
| 22 | 22 | private $iArrowType = ARROWT_SOLID; |
| 23 | 23 | |
@@ -13,9 +13,9 @@ |
||
| 13 | 13 | public $iProgress = -1; |
| 14 | 14 | public $iPattern = GANTT_SOLID; |
| 15 | 15 | public $iColor = "black"; |
| 16 | - public $iFillColor = 'black'; |
|
| 16 | + public $iFillColor = 'black'; |
|
| 17 | 17 | public $iDensity = 98; |
| 18 | - public $iHeight = 0.65; |
|
| 18 | + public $iHeight = 0.65; |
|
| 19 | 19 | |
| 20 | 20 | public function Set($aProg) |
| 21 | 21 | { |
@@ -13,8 +13,8 @@ |
||
| 13 | 13 | private $ia = 0; |
| 14 | 14 | private $icalculated = false; |
| 15 | 15 | public $iDet = 0; |
| 16 | - public $iCorr = 0; |
|
| 17 | - public $iStdErr = 0; |
|
| 16 | + public $iCorr = 0; |
|
| 17 | + public $iStdErr = 0; |
|
| 18 | 18 | |
| 19 | 19 | public function __construct($aDataX, $aDataY) |
| 20 | 20 | { |
@@ -45,7 +45,7 @@ discard block |
||
| 45 | 45 | private $_bottom_margin = 30; |
| 46 | 46 | //private $_plotwidth=0,$_plotheight=0; |
| 47 | 47 | private $_width = 0; |
| 48 | - private $_height = 0; |
|
| 48 | + private $_height = 0; |
|
| 49 | 49 | private $_line_weight = 1; |
| 50 | 50 | |
| 51 | 51 | protected $expired = true; |
@@ -53,15 +53,15 @@ discard block |
||
| 53 | 53 | protected $lasty = 0; |
| 54 | 54 | protected $obs_list = []; |
| 55 | 55 | protected $font_size = 12; |
| 56 | - protected $font_family = FF_DEFAULT; |
|
| 57 | - protected $font_style = FS_NORMAL; |
|
| 56 | + protected $font_family = FF_DEFAULT; |
|
| 57 | + protected $font_style = FS_NORMAL; |
|
| 58 | 58 | protected $font_file = ''; |
| 59 | 59 | protected $text_halign = "left"; |
| 60 | 60 | protected $text_valign = "bottom"; |
| 61 | 61 | protected $use_anti_aliasing = false; |
| 62 | 62 | protected $quality = null; |
| 63 | 63 | protected $colorstack = []; |
| 64 | - protected $colorstackidx = 0; |
|
| 64 | + protected $colorstackidx = 0; |
|
| 65 | 65 | protected $canvascolor = 'white'; |
| 66 | 66 | protected $langconv = null; |
| 67 | 67 | protected $iInterlace = false; |