Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaAdaptor.js29 function mxWebColaAdaptor(graph, dimension, movableVertices, options) argument
50 var layoutResult = this.graphToLayout(graph, movableVertices);
307 mxWebColaAdaptor.prototype.graphToLayout = function(graph, movableVertices) argument
369 if (typeof movableVertices !== 'undefined' && !(id in movableVertices))
H A DmxWebColaLayout.js49 var movableVertices = this.getReachableVertices(parent);
52 [ps.width, ps.height] : [800, 800], movableVertices);