Home
last modified time | relevance | path

Searched refs:STYLE_STROKEWIDTH (Results 1 – 25 of 32) sorted by relevance

12

/plugin/diagramsnet/lib/shapes/
DmxGCP2.js238 this.style[mxConstants.STYLE_STROKEWIDTH] = iconSize * 0.038;
249 this.style[mxConstants.STYLE_STROKEWIDTH] = strokeWidth;
253 this.style[mxConstants.STYLE_STROKEWIDTH] = iconSize * 0.038;
263 this.style[mxConstants.STYLE_STROKEWIDTH] = strokeWidth;
271 this.style[mxConstants.STYLE_STROKEWIDTH] = iconSize * 0.01;
276 this.style[mxConstants.STYLE_STROKEWIDTH] = strokeWidth;
283 this.style[mxConstants.STYLE_STROKEWIDTH] = iconSize * 0.01;
288 this.style[mxConstants.STYLE_STROKEWIDTH] = strokeWidth;
DmxLeanMap.js402 var strokeWidth = parseFloat(mxUtils.getValue(this.style, mxConstants.STYLE_STROKEWIDTH, '2'));
1658 var strokeWidth = parseFloat(mxUtils.getValue(this.style, mxConstants.STYLE_STROKEWIDTH, '2'));
DmxSysML.js2722 var strokeW = parseInt(mxUtils.getValue(this.style, mxConstants.STYLE_STROKEWIDTH, '1'));
2821 var strokeW = parseInt(mxUtils.getValue(this.style, mxConstants.STYLE_STROKEWIDTH, '1'));
/plugin/diagramsnet/lib/js/diagramly/sidebar/
DSidebar-Mockup.js28 …var s2 = mxConstants.STYLE_STROKEWIDTH + '=1;shadow=0;dashed=0;align=center;html=1;' + mxConstants…
129 …var s2 =mxConstants.STYLE_STROKEWIDTH + '=1;shadow=0;dashed=0;align=center;html=1;' + mxConstants.…
281 …var s2 =mxConstants.STYLE_STROKEWIDTH + '=1;shadow=0;dashed=0;align=center;html=1;' + mxConstants.…
394 …var s2 =mxConstants.STYLE_STROKEWIDTH + '=1;shadow=0;dashed=0;align=center;html=1;' + mxConstants.…
590 …var s2 =mxConstants.STYLE_STROKEWIDTH + '=1;shadow=0;dashed=0;align=center;html=1;' + mxConstants.…
622 …var s2 =mxConstants.STYLE_STROKEWIDTH + '=1;shadow=0;dashed=0;align=center;html=1;' + mxConstants.…
729 …var s2 =mxConstants.STYLE_STROKEWIDTH + '=1;shadow=0;dashed=0;align=center;html=1;' + mxConstants.…
781 …var s2 =mxConstants.STYLE_STROKEWIDTH + '=1;shadow=0;dashed=0;align=center;html=1;' + mxConstants.…
DSidebar-LeanMapping.js8 var s = mxConstants.STYLE_STROKEWIDTH + '=2;html=1;shape=mxgraph.lean_mapping.';
DSidebar-Ios.js17 var s2 = mxConstants.STYLE_STROKEWIDTH + '=1;html=1;shadow=0;dashed=0;shape=mxgraph.ios.';
DSidebar-AWS3D.js8 …html=1;' + mxConstants.STYLE_VERTICAL_ALIGN + '=top;' + mxConstants.STYLE_STROKEWIDTH + '=1;align=…
DSidebar-Atlassian.js8 …var s3 = mxConstants.STYLE_STROKEWIDTH + '=1;shadow=0;dashed=0;align=center;html=1;' + mxConstants…
DSidebar.js1033 …bottom;' + mxConstants.STYLE_VERTICAL_ALIGN + '=top;' + mxConstants.STYLE_STROKEWIDTH + '=2;stroke…
/plugin/diagramsnet/lib/shapes/mockup/
DmxMockupGraphics.js75 var strokeWidth = mxUtils.getValue(this.style, mxConstants.STYLE_STROKEWIDTH, '1');
176 var strokeWidth = mxUtils.getValue(this.style, mxConstants.STYLE_STROKEWIDTH, '1');
275 var strokeWidth = mxUtils.getValue(this.style, mxConstants.STYLE_STROKEWIDTH, '1');
567 var strokeWidth = mxUtils.getValue(this.style, mxConstants.STYLE_STROKEWIDTH, '1');
854 var strokeWidth = mxUtils.getValue(this.style, mxConstants.STYLE_STROKEWIDTH, '1');
DmxMockupContainers.js89 var strokeWidth = mxUtils.getValue(this.style, mxConstants.STYLE_STROKEWIDTH, '1');
473 var strokeWidth = mxUtils.getValue(this.style, mxConstants.STYLE_STROKEWIDTH, '1');
1149 var strokeWidth = mxUtils.getValue(this.style, mxConstants.STYLE_STROKEWIDTH, '1');
1741 var strokeWidth = mxUtils.getValue(this.style, mxConstants.STYLE_STROKEWIDTH, '1');
DmxMockupNavigation.js265 var strokeWidth = mxUtils.getValue(this.style, mxConstants.STYLE_STROKEWIDTH, '1');
DmxMockupForms.js1380 var strokeWidth = mxUtils.getValue(this.style, mxConstants.STYLE_STROKEWIDTH, '1');
/plugin/diagramsnet/lib/js/diagramly/
DmxFreehand.js276 var strokeWidth = parseFloat(graph.currentVertexStyle[mxConstants.STYLE_STROKEWIDTH] || 1);
DExtensions.js4654 addStyle(mxConstants.STYLE_STROKEWIDTH, style, properties, action, cell) +
4730 case mxConstants.STYLE_STROKEWIDTH :
5437 …return properties.LineWidth != null? createStyle(mxConstants.STYLE_STROKEWIDTH, fix1Digit(parseFlo…
8929 if (allStyle.indexOf(mxConstants.STYLE_STROKEWIDTH) == -1)
8931 allStyle = mxConstants.STYLE_STROKEWIDTH + '=1;' + allStyle;
8963 if (allStyle.indexOf(mxConstants.STYLE_STROKEWIDTH) == -1)
8965 allStyle = mxConstants.STYLE_STROKEWIDTH + '=1;' + allStyle;
9646 …+ (borderW != null ? createStyle(mxConstants.STYLE_STROKEWIDTH, Math.round(parseFloat(borderW) * s…
/plugin/diagramsnet/lib/plugins/
Dvoice.js1527 … mxConstants.STYLE_STROKEWIDTH, mxConstants.STYLE_FONTSIZE, mxConstants.STYLE_SPACING,
1598 … var keys = [mxConstants.STYLE_STROKEWIDTH, mxConstants.STYLE_FONTSIZE, mxConstants.STYLE_SPACING,
/plugin/diagramsnet/lib/js/grapheditor/
DFormat.js5127 if (value != mxUtils.getValue(ss.style, mxConstants.STYLE_STROKEWIDTH, 1))
5129 graph.setCellStyles(mxConstants.STYLE_STROKEWIDTH, value, ss.cells);
5130 ui.fireEvent(new mxEventObject('styleChanged', 'keys', [mxConstants.STYLE_STROKEWIDTH],
5144 if (value != mxUtils.getValue(ss.style, mxConstants.STYLE_STROKEWIDTH, 1))
5146 graph.setCellStyles(mxConstants.STYLE_STROKEWIDTH, value, ss.cells);
5147 ui.fireEvent(new mxEventObject('styleChanged', 'keys', [mxConstants.STYLE_STROKEWIDTH],
5451 var tmp = parseFloat(mxUtils.getValue(ss.style, mxConstants.STYLE_STROKEWIDTH, 1));
5457 var tmp = parseFloat(mxUtils.getValue(ss.style, mxConstants.STYLE_STROKEWIDTH, 1));
DShapes.js2267 …var sw = (parseFloat(vertex.style[mxConstants.STYLE_STROKEWIDTH] || 1) * vertex.view.scale / 2) - …
2292 …var sw = (parseFloat(vertex.style[mxConstants.STYLE_STROKEWIDTH] || 1) * vertex.view.scale / 2) - …
/plugin/diagramsnet/lib/js/diagramly/vsdx/
DVsdxExport.js219 var strokeW = state.style[mxConstants.STYLE_STROKEWIDTH];
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DEditorMenuBar.java718 new PromptValueAction(mxConstants.STYLE_STROKEWIDTH, in populateFormatMenu()
DEditorMenuBar.java.bak706 new PromptValueAction(mxConstants.STYLE_STROKEWIDTH,
/plugin/diagramsnet/lib/js/
Dshapes-14-6-5.min.js270 …ax(0,m),m=Math.min(100,m);d=mxUtils.getValue(this.style,mxConstants.STYLE_STROKEWIDTH,"1");e=c-l;m…
286 …function(a,d,e,b,c,f,g,h){d=mxUtils.getValue(this.style,mxConstants.STYLE_STROKEWIDTH,"1");e=mxUti…
319 …s=function(a,d,e,b,c,f,g,h){mxUtils.getValue(this.style,mxConstants.STYLE_STROKEWIDTH,"1");a.setSt…
343 …d=function(a,d,e,b,c,f,g,h){mxUtils.getValue(this.style,mxConstants.STYLE_STROKEWIDTH,"1");a.setSt…
418 …und=function(a,d,e,b,c,f,g){mxUtils.getValue(this.style,mxConstants.STYLE_STROKEWIDTH,"1");b=mxUti…
467 …st.FILL_COLOR3,"#dddddd"),h=mxUtils.getValue(this.style,mxConstants.STYLE_STROKEWIDTH,"1");a.setSt…
472 …st.FILL_COLOR3,"#dddddd"),h=mxUtils.getValue(this.style,mxConstants.STYLE_STROKEWIDTH,"1");a.setSt…
477 ….STROKE_COLOR4,"#dddddd"),g=mxUtils.getValue(this.style,mxConstants.STYLE_STROKEWIDTH,"1");a.setSt…
490 …ototype.cst.FILL_COLOR3,"#dddddd");var h=mxUtils.getValue(this.style,mxConstants.STYLE_STROKEWIDTH,
504 …toString().split(",");var g=mxUtils.getValue(this.style,mxConstants.STYLE_STROKEWIDTH,"1"),h=.03*M…
[all …]
Dshapes.min.js221 …ax(0,m),m=Math.min(100,m);d=mxUtils.getValue(this.style,mxConstants.STYLE_STROKEWIDTH,"1");e=c-l;m…
237 …function(a,d,e,b,c,f,g,h){d=mxUtils.getValue(this.style,mxConstants.STYLE_STROKEWIDTH,"1");e=mxUti…
270 …s=function(a,d,e,b,c,f,g,h){mxUtils.getValue(this.style,mxConstants.STYLE_STROKEWIDTH,"1");a.setSt…
294 …d=function(a,d,e,b,c,f,g,h){mxUtils.getValue(this.style,mxConstants.STYLE_STROKEWIDTH,"1");a.setSt…
369 …und=function(a,d,e,b,c,f,g){mxUtils.getValue(this.style,mxConstants.STYLE_STROKEWIDTH,"1");b=mxUti…
418 …st.FILL_COLOR3,"#dddddd"),h=mxUtils.getValue(this.style,mxConstants.STYLE_STROKEWIDTH,"1");a.setSt…
423 …st.FILL_COLOR3,"#dddddd"),h=mxUtils.getValue(this.style,mxConstants.STYLE_STROKEWIDTH,"1");a.setSt…
428 ….STROKE_COLOR4,"#dddddd"),g=mxUtils.getValue(this.style,mxConstants.STYLE_STROKEWIDTH,"1");a.setSt…
441 …ototype.cst.FILL_COLOR3,"#dddddd");var h=mxUtils.getValue(this.style,mxConstants.STYLE_STROKEWIDTH,
455 …toString().split(",");var g=mxUtils.getValue(this.style,mxConstants.STYLE_STROKEWIDTH,"1"),h=.03*M…
[all …]
Dviewer-static.min.js304 …YLE_STROKECOLOR:"strokeColor",STYLE_SEPARATORCOLOR:"separatorColor",STYLE_STROKEWIDTH:"strokeWidth… property
604 …s.stroke);this.strokewidth=mxUtils.getNumber(this.style,mxConstants.STYLE_STROKEWIDTH,this.strokew…
618 …rit"==this.strokewidth?Number(mxUtils.getNumber(b.style,mxConstants.STYLE_STROKEWIDTH,1)):Number(t…
652 …his.outline&&(c=Math.max(1,mxUtils.getNumber(this.style,mxConstants.STYLE_STROKEWIDTH,this.strokew…
761 u=mxUtils.getNumber(x,mxConstants.STYLE_STROKEWIDTH,1);if(null!=k){var y=m+this.spacing+Math.floor(…
2764 …ue(d.style,"size",c)*d.view.scale);d=parseFloat(d.style[mxConstants.STYLE_STROKEWIDTH]||1)*d.view.…
2765 …ackbonePerimeter=function(b,d,f,c){c=parseFloat(d.style[mxConstants.STYLE_STROKEWIDTH]||1)*d.view.…
3314 …);if(null!=b){var e=Math.max(5,mxUtils.getValue(b.style,mxConstants.STYLE_STROKEWIDTH,1)+4),g=new …
4358 …ax(0,m),m=Math.min(100,m);d=mxUtils.getValue(this.style,mxConstants.STYLE_STROKEWIDTH,"1");e=c-l;m…
4374 …function(a,d,e,b,c,f,g,h){d=mxUtils.getValue(this.style,mxConstants.STYLE_STROKEWIDTH,"1");e=mxUti…
[all …]
/plugin/jdraw/lib/
Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...

12