Lines Matching refs:edgeShape
1155 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();
1287 var label = edgeShape.createLabelSubShape(graph, edge);
1298 …edge = graph.insertEdge(parent, null, edgeShape.getTextLabel(), source, target, com.mxgraph.io.vsd…
1299 var lblOffset = edgeShape.getLblEdgeOffset(graph.getView(), points);
1365 var pointList = edgeShape.getControlPoints(parentHeight);
1369 this.processEdgeGeo(edgeShape, edge) ;
1381 … mxVsdxCodec.prototype.addUnconnectedEdge = function (graph, parent, edgeShape, pageHeight) { argument
1389 var beginXY = edgeShape.getStartXY(parentHeight);
1390 var endXY = edgeShape.getEndXY(parentHeight);
1391 var styleMap = edgeShape.getStyleFromEdgeShape(parentHeight);
1393 … var points = edgeShape.getRoutingPoints(parentHeight, beginXY, edgeShape.getRotation());
1394 var rotation = edgeShape.getRotation();
1396 if (edgeShape.getShapeIndex() === 0) {
1401 …edge = graph.addEdge(edge, parent, null, null, edgeShape.getShapeIndex() + this.shapeIndexShift++);
1403 var label = edgeShape.createLabelSubShape(graph, edge);
1414 if (edgeShape.getShapeIndex() === 0) {
1415 …edge = graph.insertEdge(parent, null, edgeShape.getTextLabel(), null, null, com.mxgraph.io.vsdx.mx…
1418 …edge = graph.createEdge(parent, null, edgeShape.getTextLabel(), null, null, com.mxgraph.io.vsdx.mx…
1419 …edge = graph.addEdge(edge, parent, null, null, edgeShape.getShapeIndex() + this.shapeIndexShift++);
1421 var lblOffset = edgeShape.getLblEdgeOffset(graph.getView(), points);
1439 var pointList = edgeShape.getControlPoints(parentHeight);
1443 this.processEdgeGeo(edgeShape, edge) ;
11146 VsdxShape.prototype.getEdgeStyle$java_util_Map = function (edgeShape) { argument
11148 …var edgeName = (function (m, k) { return m[k] ? m[k] : null; })(edgeShape, mxConstants.STYLE_SHAPE…
11168 VsdxShape.prototype.getEdgeStyle = function (edgeShape) { argument
11169 … if (((edgeShape != null && (edgeShape instanceof Object)) || edgeShape === null)) {
11170 return this.getEdgeStyle$java_util_Map(edgeShape);
11172 else if (edgeShape === undefined) {
11848 var edgeShape = this.getForm();
11849 if (edgeShape != null && !(function (o1, o2) { if (o1 && o1.equals) {
11854 } })(edgeShape, "")) {
11856 for (var key in edgeShape)
11858 this.styleMap[key] = edgeShape[key];