Home
last modified time | relevance | path

Searched refs:edgeShape (Results 1 – 2 of 2) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/vsdx/
Dimporter.js1155 mxVsdxCodec.prototype.processEdgeGeo = function (edgeShape, edge) argument
1160 var rows = edgeShape.geomList.geomList[0].rows;
1196 var edgeShape = (function (m, k) { if (m.entries == null) function
1201 if (edgeShape == null) {
1208 …} return null; })(this.parentsMap, new com.mxgraph.io.vsdx.ShapePageId(pageId, edgeShape.getId()));
1216 var beginXY = edgeShape.getStartXY(parentHeight);
1217 var endXY = edgeShape.getEndXY(parentHeight);
1218 … var points = edgeShape.getRoutingPoints(parentHeight, beginXY, edgeShape.getRotation());
1282 var styleMap = edgeShape.getStyleFromEdgeShape(parentHeight);
1284 var rotation = edgeShape.getRotation();
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
DFormat.js5084 …var edgeShape = this.editorUi.toolbar.addMenuFunctionInContainer(altStylePanel, 'geSprite-connecti…
5310 var elt = this.addArrow(edgeShape, 8);
5346 edgeShape.style.marginLeft = '10px';
5347 edgeShape.style.height = '15px';
5533 var edgeShapeDiv = edgeShape.getElementsByTagName('div')[0];