Searched refs:maxGraphNodeX (Results 1 – 3 of 3) sorted by relevance
469 graph.maxGraphNodeX = 1;484 if ((node.x + node.getTotalNodeWidth()) > graph.maxGraphNodeX) {485 graph.maxGraphNodeX = node.x + node.getTotalNodeWidth();495 graph.maxGraphX = graph.maxGraphNodeX +
41 return graph.maxGraphNodeX + this.backEdgeNumber * MINIMUM_EDGE_SEPARATION;
47 maxGraphNodeX: number; property in GraphView874 graph.maxGraphX = graph.maxGraphNodeX;