Searched refs:isLineDashed (Results 1 – 2 of 2) sorted by relevance
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | importer.js | 4662 … mxVsdxTheme.prototype.isLineDashed = function (quickStyleVals, lineStylesExt, lineStyles) { 5694 /*private*/ this.isLineDashed = false; 5711 this.isLineDashed = false; 5776 _this.isLineDashed = true; 5779 _this.isLineDashed = false; 5818 _this.isLineDashed = true; 5869 this.isLineDashed = false; 5920 return this.isLineDashed;
|
/plugin/diagramsnet/lib/js/ |
H A D | extensions.min.js | 1258 …QuickStyleLineMatrix(),c);return null!=b?b.isDashed():!1};d.prototype.isLineDashed=function(b,a,c)… method in d 1300 …isLineDashed=!1;this.lineDashPattern=[];this.isMiterJoin=this.isBevelJoin=this.isRoundJoin=!1;if(n… 1303 …;case "a:prstDash":n=n.getAttribute("val");this.isLineDashed=!0;switch(n){case "solid":this.isLine… 1304 …ern.push(1),this.lineDashPattern.push(4)}break;case "a:custDash":this.isLineDashed=!0;for(var n=f.… 1307 …idth=0,this.tailEndType=null,this.tailEndLen=this.tailEndWidth=0,this.isLineDashed=!1,this.lineDas… 1308 …b):b.getDefaultLineClr()};b.prototype.isDashed=function(){return this.isLineDashed};b.prototype.ge…
|