Searched refs:getNodeHeight (Results 1 – 4 of 4) sorted by relevance
177 getNodeHeight(d) { method in GraphView368 var y = g.getNodeHeight(from) + DEFAULT_NODE_BUBBLE_RADIUS;737 attr(HEIGHT, function(d) { return graph.getNodeHeight(d); });766 return graph.getNodeHeight(d);797 var y = graph.getNodeHeight(d) + DEFAULT_NODE_BUBBLE_RADIUS;1002 maxY = maxY ? Math.max(maxY, n.y + graph.getNodeHeight(n)) :1003 n.y + graph.getNodeHeight(n);
374 n.y = n.rank * (DEFAULT_NODE_ROW_SEPARATION + graph.getNodeHeight(n) +485 if ((node.y + graph.getNodeHeight(node) + 50) > graph.maxGraphY) {486 graph.maxGraphY = node.y + graph.getNodeHeight(node) + 50;
55 var output_y = source.y + graph.getNodeHeight(source) + DEFAULT_NODE_BUBBLE_RADIUS;
128 return this.y + this.outputApproach + graph.getNodeHeight(this) +