Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js1856 mxGraphMlCodec.prototype.addNodeGeo = function (node, geoObj, dx, dy) argument
1858 var geoRect = geoObj[mxGraphMlConstants.RECT];
1870 x = geoObj[mxGraphMlConstants.X_L] || x;
1871 y = geoObj[mxGraphMlConstants.Y_L] || y;
1872 w = geoObj[mxGraphMlConstants.WIDTH_L] || w;
1873 h = geoObj[mxGraphMlConstants.HEIGHT_L] || h;
1967 mxGraphMlCodec.prototype.addEdgeGeo = function (edge, geoObj, dx, dy) argument
1969 var list = geoObj[mxGraphMlConstants.Y_BEND];