Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/vsdx/
Dimporter.js1598 var shapeElem = master.firstLevelShapes[chI].getShape();
1599 …var shape = new com.mxgraph.io.vsdx.VsdxShape(page, shapeElem, !page.isEdge(shapeElem), masterShap…
3067 … mxVsdxMaster.prototype.processMasterShape = function (shapeElem, model, internal) argument
3074 var shapeChild = shapeElem.firstChild;
3701 var shapeElem = shapeNode;
3704 … var masterId = shapeElem.getAttribute(com.mxgraph.io.vsdx.mxVsdxConstants.MASTER);
3714 var isEdge = this.isEdge(shapeElem);
3716 … var masterId = shapeElem.getAttribute(com.mxgraph.io.vsdx.mxVsdxConstants.MASTER_SHAPE);
3730 var shape = this.createCell(shapeElem, !isEdge, masterTmp);
3743 mxVsdxPage.prototype.createCell = function (shapeElem, vertex, masterTmp) { argument
[all …]