Searched refs:maxGraphY (Results 1 – 1 of 1) sorted by relevance
9 maxGraphY: number; property in Graph21 this.maxGraphY = 1;72 this.maxGraphY = 1;88 if ((node.y + node.getNodeHeight(showTypes) + 50) > this.maxGraphY) {89 this.maxGraphY = node.y + node.getNodeHeight(showTypes) + 50;97 this.height = this.maxGraphY - this.minGraphY;101 [this.maxGraphX + this.width / 2, this.maxGraphY + this.height / 2]