Searched refs:LineColor (Results 1 – 4 of 4) sorted by relevance
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | Extensions.js | 5159 return createStyle(mxConstants.STYLE_STROKECOLOR, getColor(properties.LineColor), '#000000'); 5187 if (typeof properties.LineColor === 'string') 5189 properties.LineColor = rgbToHex(properties.LineColor); 5191 if (properties.LineColor.length > 7) 5193 …var sOpac = "0x" + properties.LineColor.substring(properties.LineColor.length - 2, properties.Line… 6650 LineColor: strokeClr, property 11981 …var fillClr = getColor(p.FillColor), lineClr = getColor(p.LineColor), header, altRow, borderStyle … 13018 var strokeColor = p.LineColor; 13189 var sfc = shape.FillColor, slc = shape.LineColor, slw = shape.LineWidth; 13201 if (shape.LineColor == 'prop') [all …]
|
| /plugin/projects/pchart/pchart/ |
| D | pchart.php | 328 $LineColor =$this->AllocateColor($this->Picture,$R2,$G2,$B2); 344 imageline($this->Picture,$X1,$Y1,$X2,$Y2+1,$LineColor); 2551 $LineColor = $this->AllocateColor($this->Picture,$Rc,$Gc,$Bc); 2553 $LineColor = $this->AllocateColor($this->Picture,$Rc,$Gc,$Bc);
|
| /plugin/charter/lib/pchart/ |
| D | pChart.class.php | 328 $LineColor =$this->AllocateColor($this->Picture,$R2,$G2,$B2); 344 imageline($this->Picture,$X1,$Y1,$X2,$Y2+1,$LineColor); 2576 $LineColor = $this->AllocateColor($this->Picture,$Rc,$Gc,$Bc); 2578 $LineColor = $this->AllocateColor($this->Picture,$Rc,$Gc,$Bc);
|
| /plugin/diagramsnet/lib/js/ |
| D | extensions.min.js | 23 …LineColor),"#000000")}function W(a){return null!=a?mxConstants.STYLE_FILLCOLOR+"="+ga(a)+";":""}fu… 24 7<a.LineColor.length)){var g="0x"+a.LineColor.substring(a.LineColor.length-2,a.LineColor.length);c.… 56 c.push({shapeStencil:"stencil("+Graph.compress(e.join(""))+")",FillColor:w,LineColor:k,LineWidth:A}… property 164 …h.StrokeStyle;delete h.StrokeStyle;for(var Vd=xa(He,"fillOpacity"),Je=h.LineColor,Wd=xa(Je,"stroke… 263 …,h,e,v,z);break;case "UI2TableBlock":try{var Ea=ga(h.FillColor),pd=ga(h.LineColor),le,lc="",Ld=20;… 299 h,e,v,z));break;case "SVGPathBlock2":try{for(var uf=h.LineWidth,vf=h.LineColor,Ve=h.FillColor,We=h.… 303 …LineColor,Cf=Ia.LineWidth;"prop"==Ia.FillColor&&(Ia.FillColor=h.FillColor);null==Ia.FillColor&&(Ia… 304 h,e,S,z);h.FillColor=J;h.LineColor=Df;h.LineWidth=Ef;S.vertex=!0;S.geometry.relative=!0;v.insert(S)…
|