Home
last modified time | relevance | path

Searched refs:strokewidth (Results 51 – 53 of 53) sorted by last modified time

123

/plugin/diagramsnet/lib/shapes/
H A DmxLeanMap.js18 this.strokewidth = (strokewidth != null) ? strokewidth : 1;
72 this.strokewidth = (strokewidth != null) ? strokewidth : 1;
143 this.strokewidth = (strokewidth != null) ? strokewidth : 1;
222 this.strokewidth = (strokewidth != null) ? strokewidth : 1;
289 this.strokewidth = (strokewidth != null) ? strokewidth : 1;
360 this.strokewidth = (strokewidth != null) ? strokewidth : 1;
462 this.strokewidth = (strokewidth != null) ? strokewidth : 1;
524 this.strokewidth = (strokewidth != null) ? strokewidth : 1;
587 this.strokewidth = (strokewidth != null) ? strokewidth : 1;
672 this.strokewidth = (strokewidth != null) ? strokewidth : 1;
[all …]
H A DmxUML25.js4 function mxShapeUMLInputPin(bounds, fill, stroke, strokewidth) argument
10 this.strokewidth = (strokewidth != null) ? strokewidth : 1;
51 function mxShapeUMLBehaviorAction(bounds, fill, stroke, strokewidth) argument
57 this.strokewidth = (strokewidth != null) ? strokewidth : 1;
139 function mxShapeUMLAction(bounds, fill, stroke, strokewidth) argument
145 this.strokewidth = (strokewidth != null) ? strokewidth : 1;
201 function mxShapeUMLActionParams(bounds, fill, stroke, strokewidth) argument
207 this.strokewidth = (strokewidth != null) ? strokewidth : 1;
/plugin/callflow/
H A Dscript.js10 strokewidth:JSINFO['plugin_callflow']['strokewidth'],//for arrows and breaks property in style
316 var adjStart = style.strokewidth/2;
317 var adjEnd = -style.strokewidth/2;
319 adjStart = -style.strokewidth/2;
320 adjEnd = style.strokewidth/2;
326 "stroke-width":style.strokewidth+5,
342 "stroke-width":style.strokewidth,
471 .attr({"stroke-dasharray":"--", "stroke-width":style.strokewidth, "stroke":style.strokecolor});

123