Searched refs:getNodeHeight (Results 1 – 4 of 4) sorted by relevance
211 getNodeHeight(d): number { method in GraphView397 var y = g.getNodeHeight(from) + DEFAULT_NODE_BUBBLE_RADIUS;764 return graph.getNodeHeight(d);795 var y = graph.getNodeHeight(d) + DEFAULT_NODE_BUBBLE_RADIUS;868 .attr('height', function (d) { return graph.getNodeHeight(d); });923 maxY = maxY ? Math.max(maxY, n.y + graph.getNodeHeight(n)) :924 n.y + graph.getNodeHeight(n);
380 n.y = n.rank * (DEFAULT_NODE_ROW_SEPARATION + graph.getNodeHeight(n) +490 if ((node.y + graph.getNodeHeight(node) + 50) > graph.maxGraphY) {491 graph.maxGraphY = node.y + graph.getNodeHeight(node) + 50;
66 var output_y = source.y + graph.getNodeHeight(source) + DEFAULT_NODE_BUBBLE_RADIUS;
164 return this.y + this.outputApproach + graph.getNodeHeight(this) +