Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js1924 var absPoints = this.addEdgePath(edge, desktopEdgeObj["y:Path"], style, dx, dy);
1927 this.addLabels(edge, desktopEdgeObj["y:EdgeLabel"], style, graph, absPoints);
1990 var absPoints = [];
2001absPoints.push(new mxPoint(srcGeo.x + style["exitX"] * srcGeo.width - dx, srcGeo.y + style["exitY"…
2005 absPoints.push(new mxPoint(srcGeo.x + srcGeo.width/2 - dx, srcGeo.y + srcGeo.height/2 - dy));
2036 absPoints.push(p);
2042 absPoints.push(endP);
2044 return absPoints;
2218 mxGraphMlCodec.prototype.addLabels = function (node, lblObj, nodeStyle, graph, absPoints) argument
2539 …if (graph && absPoints && lblLayouts[i]["y:ModelParameter"] && lblLayouts[i]["y:ModelParameter"]["…
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java.bak517 tip += "absPoints={";