@@ -24,7 +24,7 @@ |
||
24 | 24 | private $showlabelhint = true; |
25 | 25 | private $angle = 50; |
26 | 26 | private $edgecolor = ""; |
27 | - private $edgeweight = 1; |
|
27 | + private $edgeweight = 1; |
|
28 | 28 | private $iThickness = false; |
29 | 29 | |
30 | 30 | //--------------- |
@@ -9,10 +9,10 @@ |
||
9 | 9 | { |
10 | 10 | public $title; |
11 | 11 | public $caption; |
12 | - public $csimarea = ''; |
|
13 | - public $csimtarget = ''; |
|
14 | - public $csimwintarget = ''; |
|
15 | - public $csimalt = ''; |
|
12 | + public $csimarea = ''; |
|
13 | + public $csimtarget = ''; |
|
14 | + public $csimwintarget = ''; |
|
15 | + public $csimalt = ''; |
|
16 | 16 | public $constraints = array(); |
17 | 17 | public $iCaptionMargin = 5; |
18 | 18 | public $iConstrainPos = array(); |
@@ -8,7 +8,7 @@ |
||
8 | 8 | class AccLinePlot extends Plot |
9 | 9 | { |
10 | 10 | protected $plots = null; |
11 | - protected $nbrplots = 0; |
|
11 | + protected $nbrplots = 0; |
|
12 | 12 | private $iStartEndZero = true; |
13 | 13 | //--------------- |
14 | 14 | // CONSTRUCTOR |
@@ -8,8 +8,8 @@ |
||
8 | 8 | private $iLine; |
9 | 9 | private $title_margin = 3; |
10 | 10 | private $iDayOffset = 0.5; |
11 | - private $iStartRow = -1; |
|
12 | - private $iEndRow = -1; |
|
11 | + private $iStartRow = -1; |
|
12 | + private $iEndRow = -1; |
|
13 | 13 | |
14 | 14 | //--------------- |
15 | 15 | // CONSTRUCTOR |
@@ -29,7 +29,7 @@ |
||
29 | 29 | private $nbrCols = 0; |
30 | 30 | private $nbrRows = 0; |
31 | 31 | private $horizEdges = array(); |
32 | - private $vertEdges = array(); |
|
32 | + private $vertEdges = array(); |
|
33 | 33 | private $isobarValues = array(); |
34 | 34 | private $stack = null; |
35 | 35 | private $isobarCoord = array(); |
@@ -21,7 +21,7 @@ |
||
21 | 21 | private $iFormCallback = ''; |
22 | 22 | private $angle = 0; |
23 | 23 | private $color = 'navy'; |
24 | - private $negcolor = ''; |
|
24 | + private $negcolor = ''; |
|
25 | 25 | private $iHideZero = false; |
26 | 26 | public $txt = null; |
27 | 27 |
@@ -52,24 +52,24 @@ |
||
52 | 52 | public $iCenterSize = 60; |
53 | 53 | private $iType = WINDROSE_TYPE16; |
54 | 54 | public $iFontFamily = FF_VERDANA; |
55 | - public $iFontStyle = FS_NORMAL; |
|
56 | - public $iFontSize = 10; |
|
55 | + public $iFontStyle = FS_NORMAL; |
|
56 | + public $iFontSize = 10; |
|
57 | 57 | public $iFontColor = 'darkgray'; |
58 | 58 | private $iRadialGridStyle = 'longdashed'; |
59 | 59 | private $iAllDirectionLabels = ['E', 'ENE', 'NE', 'NNE', 'N', 'NNW', 'NW', 'WNW', 'W', 'WSW', 'SW', 'SSW', 'S', 'SSE', 'SE', 'ESE']; |
60 | 60 | private $iStandardDirections = []; |
61 | 61 | private $iCircGridWeight = 3; |
62 | - private $iRadialGridWeight = 1; |
|
62 | + private $iRadialGridWeight = 1; |
|
63 | 63 | private $iLabelMargin = 12; |
64 | 64 | private $iLegweights = [2, 4, 6, 8, 10, 12, 14, 16, 18, 20]; |
65 | 65 | private $iLegColors = ['orange', 'black', 'blue', 'red', 'green', 'purple', 'navy', 'yellow', 'brown']; |
66 | 66 | private $iLabelFormatString = ''; |
67 | - private $iLabels = []; |
|
67 | + private $iLabels = []; |
|
68 | 68 | private $iLabelPositioning = LBLPOSITION_EDGE; |
69 | 69 | private $iColor = 'white'; |
70 | 70 | private $iShowBox = false; |
71 | 71 | private $iBoxColor = 'black'; |
72 | - private $iBoxWeight = 1; |
|
72 | + private $iBoxWeight = 1; |
|
73 | 73 | private $iBoxStyle = 'solid'; |
74 | 74 | private $iOrdinalEncoding = KEYENCODING_ANTICLOCKWISE; |
75 | 75 | public $legend = null; |
@@ -13,17 +13,17 @@ |
||
13 | 13 | private $iEnd; |
14 | 14 | private $iHeightFactor = 0.5; |
15 | 15 | private $iFillColor = "white"; |
16 | - private $iFrameColor = "black"; |
|
16 | + private $iFrameColor = "black"; |
|
17 | 17 | private $iShadow = false; |
18 | 18 | private $iShadowColor = "darkgray"; |
19 | 19 | private $iShadowWidth = 1; |
20 | 20 | private $iShadowFrame = "black"; |
21 | 21 | private $iPattern = GANTT_RDIAG; |
22 | 22 | private $iPatternColor = "blue"; |
23 | - private $iPatternDensity = 95; |
|
23 | + private $iPatternDensity = 95; |
|
24 | 24 | private $iBreakStyle = false; |
25 | - private $iBreakLineStyle = 'dotted'; |
|
26 | - private $iBreakLineWeight = 1; |
|
25 | + private $iBreakLineStyle = 'dotted'; |
|
26 | + private $iBreakLineWeight = 1; |
|
27 | 27 | //--------------- |
28 | 28 | // CONSTRUCTOR |
29 | 29 | public function __construct($aPos, $aLabel, $aStart, $aEnd, $aCaption = "", $aHeightFactor = 0.6) |
@@ -23,10 +23,10 @@ |
||
23 | 23 | protected $weight = 1; |
24 | 24 | protected $color = 'black'; |
25 | 25 | private $legend = ''; |
26 | - private $hidelegend = false; |
|
27 | - private $legendcsimtarget = ''; |
|
28 | - private $legendcsimalt = ''; |
|
29 | - private $legendcsimwintarget = ''; |
|
26 | + private $hidelegend = false; |
|
27 | + private $legendcsimtarget = ''; |
|
28 | + private $legendcsimalt = ''; |
|
29 | + private $legendcsimwintarget = ''; |
|
30 | 30 | private $iLineStyle = 'solid'; |
31 | 31 | public $numpoints = 0; // Needed since the framework expects this property |
32 | 32 |