Home
last modified time | relevance | path

Searched refs:stencil (Results 1 – 20 of 20) sorted by relevance

/plugin/diagramsnet/lib/shapes/
DmxAtlassian.js76 var stencil = mxStencilRegistry.getStencil('mxgraph.atlassian.story');
78 if (stencil != null)
81 stencil.drawShape(c, this, 5, 5, 10, 10);
86 var stencil = mxStencilRegistry.getStencil('mxgraph.atlassian.task');
88 if (stencil != null)
91 stencil.drawShape(c, this, 5, 5, 10, 10);
96 var stencil = mxStencilRegistry.getStencil('mxgraph.atlassian.subtask');
98 if (stencil != null)
101 stencil.drawShape(c, this, 5, 5, 10, 10);
106 var stencil = mxStencilRegistry.getStencil('mxgraph.atlassian.new_feature');
[all …]
DmxCiscoSafe.js47 stencil = mxStencilRegistry.getStencil(prIcon);
49 if (stencil != null && bgIcon != 'mxgraph.cisco_safe.architecture.generic_appliance')
51 stencil.drawShape(c, this, 0, 0, w, h);
118 var stencil = mxStencilRegistry.getStencil(bgIcon);
120 if (stencil != null)
122 stencil.drawShape(c, this, w * 0.26, h * 0.26, w * 0.48, h * 0.48)
151 var stencil = mxStencilRegistry.getStencil(bgIcon);
153 if (stencil != null)
155 …(w < 100) ? stencil.drawShape(c, this, w * 0.01, h * 0.01, w * 0.98, h * 0.98) : stencil.drawShape…
159 stencil = mxStencilRegistry.getStencil(prIcon);
[all …]
DmxAWS4.js83 var stencil = mxStencilRegistry.getStencil(prIcon);
85 if (stencil != null)
90 stencil.drawShape(c, this, ind + w * 0.15, ind + w * 0.15, w * 0.7 - 2 * ind, w * 0.7 - 2 * ind);
141 var stencil = mxStencilRegistry.getStencil(prIcon);
143 if (stencil != null)
148 stencil.drawShape(c, this, w * 0.1, h * 0.1, w * 0.8, h * 0.8);
216 var stencil = mxStencilRegistry.getStencil(grIcon);
218 if (stencil != null)
223 stencil.drawShape(c, this, 0, 0, size, size);
284 var stencil = mxStencilRegistry.getStencil(grIcon);
[all …]
DmxGCP2.js318 var stencil = mxStencilRegistry.getStencil('mxgraph.gcp2.' + prIcon);
320 if (stencil != null)
324 stencil.drawShape(c, this, w * 0.17, h * 0.16, w * 0.66, h * 0.68);
/plugin/diagramsnet/lib/shapes/bpmn/
DmxBpmnShape2.js1644 var stencil = mxStencilRegistry.getStencil('mxgraph.bpmn.loop');
1646 if (stencil != null)
1648 stencil.drawShape(c, this, w * 0.5 + currXOffset + 1, h - offsetY + 1, 12, 12);
1689 var stencil = mxStencilRegistry.getStencil('mxgraph.bpmn.compensation');
1691 if (stencil != null)
1693 stencil.drawShape(c, this, w * 0.5 + currXOffset, h - offsetY + 1, 14, 12);
1718 var stencil = mxStencilRegistry.getStencil('mxgraph.bpmn.ad_hoc');
1720 if (stencil != null)
1728 stencil.drawShape(c, this, w * 0.5 + currXOffset + 1, h - offsetY + 4, 12, 6);
1740 var stencil = mxStencilRegistry.getStencil('mxgraph.bpmn.service_task');
[all …]
/plugin/diagramsnet/lib/js/diagramly/
DmxFreehand.js122 this.createStyle = function(stencil) argument
124 return mxConstants.STYLE_SHAPE + '=' + stencil + ';fillColor=none;';
DExtensions.js13182 var stencil = LucidImporter.stencilsMap[p.Stencil.id];
13183 var cx = -stencil.x / stencil.w, cy = -stencil.y / stencil.h;
13185 for (var i = 0; i < stencil.stencils.length; i++)
13187 var shape = stencil.stencils[i];
13245 if (stencil.text != null && stencil.text['t' + index] != null)
13247 var gTxtObj = stencil.text['t' + index];
13256 lblGeo.width *= (gTxtObj.w / stencil.w);
13260 lblGeo.height *= (gTxtObj.h / stencil.h);
13264 lblGeo.x = gTxtObj.x / stencil.w;
13268 lblGeo.y = gTxtObj.y / stencil.h;
DDialogs.js9732 var stencil = '';
9734 if (state.shape != null && state.shape.stencil != null)
9736 stencil = mxUtils.getPrettyXml(state.shape.stencil.desc);
9739 mxUtils.write(nameInput, stencil || '');
9802 if (!hide || isNew || newValue != stencil)
DMinimal.js1987 graph.freehand.createStyle = function(stencil) argument
DMenus.js613 if (state != null && state.shape != null && state.shape.stencil != null)
DEditor.js5512 if (state != null && state.shape != null && state.shape.stencil != null)
DEditorUi.js13864 …tShape').setEnabled(active && state != null && state.shape != null && state.shape.stencil != null);
/plugin/bb4dw/
Dsample.bib180stencil computations and stream programs. They are composed of large graphs of different stencil s…
/plugin/diagramsnet/lib/js/grapheditor/
DGraph.js6927 var stencil = shape.substring(8, shape.length - 1);
6928 var doc = mxUtils.parseXml(Graph.decompress(stencil));
8222 else if (terminal.shape.stencil != null && terminal.shape.stencil.constraints != null)
8224 return terminal.shape.stencil.constraints;
8473 Graph.prototype.stencilHasPlaceholders = function(stencil) argument
8475 if (stencil != null && stencil.fgNode != null)
8477 var node = stencil.fgNode.firstChild;
8551 if (state != null && state.shape != null && state.shape.stencil != null &&
8552 this.stencilHasPlaceholders(state.shape.stencil))
/plugin/diagramsnet/lib/mxgraph/
DmxClient.js367 …ideY&&(this.guideY.destroy(),this.guideY=null)};function mxShape(a){this.stencil=a;this.initStyles…
368 …rototype.style=null;mxShape.prototype.boundingBox=null;mxShape.prototype.stencil=null;mxShape.prot… method in mxShape
370 … 1==mxUtils.mod(Math.max(1,Math.round((this.stencil&&"inherit"!=this.stencil.strokewidth?Number(th…
387 …ransform(a,f,g,k,l);this.configureCanvas(a,f,g,k,l);m=null;if(null==this.stencil&&null==this.point…
388stencil&&this.stencilPointerEvents){var n=this.createBoundingBox();this.dialect==mxConstants.DIALE…
402 0);null!=this.stencil&&(this.flipH=1==mxUtils.getValue(this.style,"stencilFlipH",0)||this.flipH,thi…
405 mxShape.prototype.createBoundingBox=function(){var a=this.bounds.clone();(null!=this.stencil&&(this…
406 mxShape.prototype.isPaintBoundsInverted=function(){return null==this.stencil&&(this.direction==mxCo…
848stencil&&"fixed"==this.shape.stencil.aspect){var c=this.shape.stencil.computeAspect(this.style,b.x…
1018stencil&&"fixed"==a.shape.stencil.aspect){var b=mxRectangle.fromRectangle(a),c=a.shape.stencil.com…
[all …]
/plugin/diagramsnet/lib/js/
Dviewer.min.js571 …ideY&&(this.guideY.destroy(),this.guideY=null)};function mxShape(a){this.stencil=a;this.initStyles…
572 …rototype.style=null;mxShape.prototype.boundingBox=null;mxShape.prototype.stencil=null;mxShape.prot… method in mxShape
574 … 1==mxUtils.mod(Math.max(1,Math.round((this.stencil&&"inherit"!=this.stencil.strokewidth?Number(th…
591 …ransform(a,f,g,k,l);this.configureCanvas(a,f,g,k,l);m=null;if(null==this.stencil&&null==this.point…
592stencil&&this.stencilPointerEvents){var n=this.createBoundingBox();this.dialect==mxConstants.DIALE…
606 0);null!=this.stencil&&(this.flipH=1==mxUtils.getValue(this.style,"stencilFlipH",0)||this.flipH,thi…
609 mxShape.prototype.createBoundingBox=function(){var a=this.bounds.clone();(null!=this.stencil&&(this…
610 mxShape.prototype.isPaintBoundsInverted=function(){return null==this.stencil&&(this.direction==mxCo…
1052stencil&&"fixed"==this.shape.stencil.aspect){var c=this.shape.stencil.computeAspect(this.style,b.x…
1222stencil&&"fixed"==a.shape.stencil.aspect){var b=mxRectangle.fromRectangle(a),c=a.shape.stencil.com…
[all …]
Dapp.min.js605 …ideY&&(this.guideY.destroy(),this.guideY=null)};function mxShape(a){this.stencil=a;this.initStyles…
606 …rototype.style=null;mxShape.prototype.boundingBox=null;mxShape.prototype.stencil=null;mxShape.prot… method in mxShape
608 … 1==mxUtils.mod(Math.max(1,Math.round((this.stencil&&"inherit"!=this.stencil.strokewidth?Number(th…
625 …ransform(a,f,g,k,l);this.configureCanvas(a,f,g,k,l);m=null;if(null==this.stencil&&null==this.point…
626stencil&&this.stencilPointerEvents){var n=this.createBoundingBox();this.dialect==mxConstants.DIALE…
640 0);null!=this.stencil&&(this.flipH=1==mxUtils.getValue(this.style,"stencilFlipH",0)||this.flipH,thi…
643 mxShape.prototype.createBoundingBox=function(){var a=this.bounds.clone();(null!=this.stencil&&(this…
644 mxShape.prototype.isPaintBoundsInverted=function(){return null==this.stencil&&(this.direction==mxCo…
1086stencil&&"fixed"==this.shape.stencil.aspect){var c=this.shape.stencil.computeAspect(this.style,b.x…
1256stencil&&"fixed"==a.shape.stencil.aspect){var b=mxRectangle.fromRectangle(a),c=a.shape.stencil.com…
[all …]
Dviewer-static.min.js571 …ideY&&(this.guideY.destroy(),this.guideY=null)};function mxShape(a){this.stencil=a;this.initStyles…
572 …rototype.style=null;mxShape.prototype.boundingBox=null;mxShape.prototype.stencil=null;mxShape.prot… method in mxShape
574 … 1==mxUtils.mod(Math.max(1,Math.round((this.stencil&&"inherit"!=this.stencil.strokewidth?Number(th…
591 …ransform(a,f,g,k,l);this.configureCanvas(a,f,g,k,l);m=null;if(null==this.stencil&&null==this.point…
592stencil&&this.stencilPointerEvents){var n=this.createBoundingBox();this.dialect==mxConstants.DIALE…
606 0);null!=this.stencil&&(this.flipH=1==mxUtils.getValue(this.style,"stencilFlipH",0)||this.flipH,thi…
609 mxShape.prototype.createBoundingBox=function(){var a=this.bounds.clone();(null!=this.stencil&&(this…
610 mxShape.prototype.isPaintBoundsInverted=function(){return null==this.stencil&&(this.direction==mxCo…
1052stencil&&"fixed"==this.shape.stencil.aspect){var c=this.shape.stencil.computeAspect(this.style,b.x…
1222stencil&&"fixed"==a.shape.stencil.aspect){var b=mxRectangle.fromRectangle(a),c=a.shape.stencil.com…
[all …]
/plugin/stlviewer/stlviewer/
Dthree.min.js2stencil:l},enable:B,disable:z,useProgram:function(e){return h!==e&&(t.useProgram(e),h=e,!0)},setBl… property
/plugin/strata/
Dplotly-2.25.2.min.js8 …var v=!0;"depth"in n&&(v=!!n.depth);var g=!1;return"stencil"in n&&(g=!!n.stencil),new d(t,e,r,h,f,…