Searched refs:geoObj (Results 1 – 1 of 1) sorted by relevance
1856 mxGraphMlCodec.prototype.addNodeGeo = function (node, geoObj, dx, dy) argument1858 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) argument1969 var list = geoObj[mxGraphMlConstants.Y_BEND];