Searched refs:maxGraphNodeX (Results 1 – 3 of 3) sorted by relevance
10 maxGraphNodeX: number; property in Graph69 this.maxGraphNodeX = 1;82 if ((node.x + node.getTotalNodeWidth()) > this.maxGraphNodeX) {83 this.maxGraphNodeX = node.x + node.getTotalNodeWidth();93 this.maxGraphX = this.maxGraphNodeX +
37 return graph.maxGraphNodeX + this.backEdgeNumber * MINIMUM_EDGE_SEPARATION;
915 graph.maxGraphX = graph.maxGraphNodeX;